numpy.recarray.argsort

方法

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

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

参照 numpy.argsort 完整文件。

参见

numpy.argsort

等效函数