-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.drop.html
Documentation problem
Return value for the drop function says,
Returns DataFrame or None DataFrame without the removed index or column labels or None if inplace=True.
Instead it returns the dataframe with the droped index and lables
Suggested fix for documentation
documentation should says
Returns DataFrame or None DataFrame with the index or column labels removed or None if inplace=True