Introduction to Numpy (Part-7) | Array Sorting

preview_player
Показать описание
Learn how to sort numpy arrays in this video.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#numpy #array #sorting#numpy #array #sorting
Рекомендации по теме
Комментарии
Автор

Mam, Can you help me?
How can sort a specific row or column to sort. ? if i wanted to sort 2nd row and 2nd column, how can i do that?

soulvocals
Автор

Sort following NumPy array by the second column it 3d array like n= ([[8, 2, -2], [-4, 1, 7], [6, 3, 9]]) and after sorting output like ([[-4, 1, 7], [ 8, 2, -2], [ 6, 3, 9]]) replay bro

harmain