diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 59cf4c0e2f81d..35b6ebcc0afa3 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -4093,7 +4093,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. However the multi-index keeps these levels even if they + are not used. Parameters ----------