pyspark.pandas.Index.argmax

索引。 argmax ( )→int

返回一個最大參數索引器。

參數
skipna bool,默認的真
返回
最大參數索引器

例子

> > >psidx=ps指數([10,9,8,7,One hundred.,5,4,3,One hundred.,3])> > >psidxInt64Index([10、9、8、7、100、5、4、3、100年3],dtype =“int64”)
> > >psidxargmax()4