modin.pandas.Series.index¶

property Series.index[source]¶

Get the index for this DataFrame.

Returns:

The union of all indexes across the partitions.

Return type:

pandas.Index