We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316c57e commit ed351c4Copy full SHA for ed351c4
pandas/core/frame.py
@@ -4006,7 +4006,8 @@ def drop(
4006
level : int or level name, optional
4007
For MultiIndex, level from which the labels will be removed.
4008
inplace : bool, default False
4009
- If True, do operation inplace and return None.
+ If False, return a copy. Otherwise, do operation
4010
+ inplace and return None.
4011
errors : {'ignore', 'raise'}, default 'raise'
4012
If 'ignore', suppress error and only existing labels are
4013
dropped.
0 commit comments