File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5085,7 +5085,7 @@ def drop(
5085
5085
Drop specified labels from rows or columns.
5086
5086
5087
5087
Remove rows or columns by specifying label names and corresponding
5088
- axis, or by specifying directly index or column names. When using a
5088
+ axis, or by directly specifying index or column names. When using a
5089
5089
multi-index, labels on different levels can be removed by specifying
5090
5090
the level. See the :ref:`user guide <advanced.shown_levels>`
5091
5091
for more information about the now unused levels.
@@ -5108,7 +5108,7 @@ def drop(
5108
5108
For MultiIndex, level from which the labels will be removed.
5109
5109
inplace : bool, default False
5110
5110
If False, return a copy. Otherwise, do operation
5111
- inplace and return None.
5111
+ in place and return None.
5112
5112
errors : {'ignore', 'raise'}, default 'raise'
5113
5113
If 'ignore', suppress error and only existing labels are
5114
5114
dropped.
You can’t perform that action at this time.
0 commit comments