Table Modifications
General Info
Useful Snippets

8.0.2 Drop specific colums

Example:

# Drop columns that are in the list
DF = DF.drop(['B' ,'C' ], axis=1)