numpy.char.chararray.argsort#
method
- char.chararray.argsort(axis=-1, kind=None, order=None, *, stable=None, descending=None)[源代码]#
Returns the indices that would sort this array.
Refer to
numpy.argsortfor full documentation.参见
numpy.argsortequivalent function