pandas.Index.to_flat_index — pandas 0.24.0rc1 documentation (original) (raw)

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.