Skip to content

Commit 0bcf3e2

Browse files
phoflJulianWgs
authored andcommitted
Clarify docs for MultiIndex drops and levels (pandas-dev#40953)
1 parent 4e70e58 commit 0bcf3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4749,7 +4749,8 @@ def drop(
47494749
Remove rows or columns by specifying label names and corresponding
47504750
axis, or by specifying directly index or column names. When using a
47514751
multi-index, labels on different levels can be removed by specifying
4752-
the level.
4752+
the level. See the `user guide <advanced.shown_levels>`
4753+
for more information about the now unused levels.
47534754
47544755
Parameters
47554756
----------

0 commit comments

Comments
 (0)