[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.argsort.html [Back]  [Original]

numpy.ndarray.argsort — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.ndarray.argsort#

method

ndarray.argsort(axis=-1, kind=None, order=None, *, stable=None, descending=None)#

Returns the indices that would sort this array.

Refer to numpy.argsort for full documentation.

See also

numpy.argsort

equivalent function


Web Proxy Viewer  |  New URL  |  Original Page