numpy.recarray.argsort#

方法

recarray.argsort(axis=-1, kind=None, order=None)#

返回将对该数组进行排序的索引。

有关完整文档,请参阅 numpy.argsort

另请参阅

numpy.argsort

等效函数