You are viewing documentation about an older version (1.18.0). View latest version

modin.pandas.DataFrame.index

property DataFrame.index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.18.0/src/snowflake/snowpark/modin/pandas/base.py#L662-L672)

Get the index for this DataFrame.

Returns:

The union of all indexes across the partitions.

Return type:

pandas.Index

Language: English