pandas.Index.to_flat_index¶
-
Index.
to_flat_index
()[source]¶ Identity method.
New in version 0.24.0.
This is implemented for compatability with subclass implementations when chaining.
Returns: - pd.Index
Caller.
See also
MultiIndex.to_flat_index
- Subclass implementation.