modin.pandas.Series.index¶
- property Series.index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.17.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