diff --git a/pandas/core/indexing.py b/pandas/core/indexing.py index 2c40be17ce781..0e4f040253560 100755 --- a/pandas/core/indexing.py +++ b/pandas/core/indexing.py @@ -46,6 +46,15 @@ class _IndexSlice(object): """ Create an object to more easily perform multi-index slicing + See Also + -------- + MultiIndex.remove_unused_levels : New MultiIndex with no unused levels. + + Notes + ----- + See :ref:`Defined Levels ` + for further info on slicing a MultiIndex. + Examples --------