Answers for "pyhton how to drop values in dataframe"

2

remove column from dataframe

df.drop('column_name', axis=1, inplace=True)
Posted by: Guest on June-02-2020

Code answers related to "pyhton how to drop values in dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language