Last active
December 7, 2017 17:36
-
-
Save Kilo59/6650da48de008b10fff0aaa3022fe863 to your computer and use it in GitHub Desktop.
pandas.DataFrame.drop Bug
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug when trying to drop columns from a dataFrame when using the columns keyword.
The example included in the official pandas.DataFrame.drop documentation results in
unexpected keyword argument 'columns'TypeErrorhttps://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.drop.html#pandas.DataFrame.drop