+1 vote
in NumPy by
what is the use sort() function ?

1 Answer

0 votes
by
num_arr = np.array([[5,6,2],[9,8,1]])

print(‘\n sorting of numpy array : \n’,np.sort(num_arr))

Related questions

+1 vote
asked Jul 9, 2021 in NumPy by rajeshsharma
0 votes
asked Jan 10, 2020 in Big Data | Hadoop by sharadyadav1986
...