xorbits.pandas.Series.keys#

Series.keys()[source]#

Return alias for index.

Returns

Index of the Series.

Return type

Index

This docstring was copied from pandas.core.series.Series.