Skip to content

Commit 8e3ba92

Browse files
authored
DOC: how to revert MultiIndex.to_flat_index (#38911)
1 parent fcf868d commit 8e3ba92

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
@@ -1787,6 +1787,10 @@ def to_flat_index(self):
17871787
pd.Index
17881788
Index with the MultiIndex data represented in Tuples.
17891789
1790+
See Also
1791+
--------
1792+
MultiIndex.from_tuples : Convert flat index back to MultiIndex.
1793+
17901794
Notes
17911795
-----
17921796
This method will simply return the caller if called by anything other

0 commit comments

Comments
 (0)