pandas.Index.to_flat_index

Index.to_flat_index()[source]

Identity method.

New in version 0.24.0.

This is implemented for compatibility with subclass implementations when chaining.

Returns
pd.Index

Caller.

See also

MultiIndex.to_flat_index

Subclass implementation.