+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

Related questions

+1 vote
asked Oct 28, 2022 in Python by SakshiSharma
0 votes
asked Feb 10, 2021 in Python by SakshiSharma
...