Skip to content

Commit 84b47b6

Browse files
committed
DOC: how to revert MultiIndex.to_flat_index
1 parent d642b67 commit 84b47b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/indexes/multi.py

+4
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,10 @@ def to_flat_index(self):
17921792
This method will simply return the caller if called by anything other
17931793
than a MultiIndex.
17941794
1795+
See Also
1796+
--------
1797+
MultiIndex.from_tuples : Convert flat index back to MultiIndex
1798+
17951799
Examples
17961800
--------
17971801
>>> index = pd.MultiIndex.from_product(

0 commit comments

Comments
 (0)