diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 38766d2856cfe..f9ad737bff46c 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -4749,7 +4749,8 @@ def drop( Remove rows or columns by specifying label names and corresponding axis, or by specifying directly index or column names. When using a multi-index, labels on different levels can be removed by specifying - the level. + the level. See the `user guide ` + for more information about the now unused levels. Parameters ----------