We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b47b6 commit f2ec344Copy full SHA for f2ec344
pandas/core/indexes/multi.py
@@ -1787,15 +1787,15 @@ def to_flat_index(self):
1787
pd.Index
1788
Index with the MultiIndex data represented in Tuples.
1789
1790
+ See Also
1791
+ --------
1792
+ MultiIndex.from_tuples : Convert flat index back to MultiIndex.
1793
+
1794
Notes
1795
-----
1796
This method will simply return the caller if called by anything other
1797
than a MultiIndex.
1798
- See Also
- --------
- MultiIndex.from_tuples : Convert flat index back to MultiIndex
-
1799
Examples
1800
--------
1801
>>> index = pd.MultiIndex.from_product(
0 commit comments