프로그래밍 언어ㅤ/ㅤPython

[Python 101] 정렬

정렬

- np.sort()

- 기본적으로 오름차순

- 내림차순은 -1

- np.sort(arr2d, axis=1)

- 인덱스를 반환 : argsort