Answers for "hwo to remove a column from a data frame"

0

remove columns from dataframe

df.drop('col_name',1) #1 drop column / 0 drop row
Posted by: Guest on August-10-2020

Code answers related to "hwo to remove a column from a data frame"

Python Answers by Framework

Browse Popular Code Answers by Language