Return an ndarray of indices that sort the array along the specified axis. Masked values are filled beforehand to fill_value.
Parameters: | axis : int, optional
kind : {‘quicksort’, ‘mergesort’, ‘heapsort’}, optional
order : list, optional
Returns : ——- : index_array : ndarray, int
|
---|
See also
Notes
See sort for notes on the different sorting algorithms.