modin.pandas.Index.to_pandas

Index.to_pandas(*, statement_params: dict[str, str] | None = None, **kwargs: Any) native_pd.Index[source]

Convert Snowpark pandas Index to pandas Index.

Args: statement_params: Dictionary of statement level parameters to be set while executing this action.

Returns:

pandas Index

A native pandas Index representation of self