pyspark.pandas.Series.axes

财产 系列。

返回一个列表的行轴标签。

例子

> > >ps=ps系列([1,2,3])> > >ps[Int64Index (0, 1, 2, dtype = ' int64 '))