+1 vote
in Python by
How to delete a column or group of columns in pandas? Given the below dataframe drop column “col1”.

1 Answer

0 votes
by

drop() function can be used to delete the columns from a dataframe

...