Answers for "axis in drop pandas"

5

df drop column

df = df.drop(['B', 'C'], axis=1)
Posted by: Guest on June-02-2020
6

python drop axis

df.drop(['colonna da togliere'], axis=1)
Posted by: Guest on April-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language