Skip to content

DOC: Add missing attributes and methods to MultiIndex API documentation #50594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
6 changes: 6 additions & 0 deletions pandas/core/indexes/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class MultiIndex(Index):
codes
nlevels
levshape
dtypes

Methods
-------
Expand All @@ -255,7 +256,12 @@ class MultiIndex(Index):
swaplevel
reorder_levels
remove_unused_levels
get_level_values
get_indexer
get_loc
get_locs
get_loc_level
drop

See Also
--------
Expand Down