filmov
tv
Python NumPy | Sort
Показать описание
The NumPy sort function can be used to sort arrays from lowest to highest value or based on a custom defined value. Sorting can be used on single or multidimensional arrays in multiple ways using the axis keyword. If a specific sorting algorithm is desired, the sort function allows the use of quicksort, mergesort, heapsort, and stable.