Answers for "replace dfno by the result of dropping the columns in the to_drop variable"

18

drop multiple columns pandas

yourdf.drop(['columnheading1', 'columnheading2'], axis=1, inplace=True)
Posted by: Guest on May-16-2020

Code answers related to "replace dfno by the result of dropping the columns in the to_drop variable"

Python Answers by Framework

Browse Popular Code Answers by Language