其他分享
首页 > 其他分享> > pandas.Series.idxmax

pandas.Series.idxmax

作者:互联网

Series.idxmax(selfaxis=0skipna=True*args**kwargs)[source]

Return the row label of the maximum value.

If multiple values equal the maximum, the first row label with that value is returned.

标签:Series,idxmax,maximum,value,label,pandas,row
来源: https://www.cnblogs.com/zjuhaohaoxuexi/p/11949256.html