라일락 꽃이 피는 날

[Pandas] 정렬 본문

데이터 분석/Python

[Pandas] 정렬

eunki 2021. 4. 26. 17:28
728x90

1. 오름차순 index 정렬

 

 

 

 

2. 내림차순 index 정렬

 

 

 

 

3. column별 오름차순 정렬

 

 

 

 

4. column별 내림차순 정렬

 

 

 

 

5. column별 오름차순 복수정렬

 

 

 

 

6. column별 내림차순 복수정렬

 

728x90

'데이터 분석 > Python' 카테고리의 다른 글

[Pandas] 결측값 (NaN)  (0) 2021.04.26
[Pandas] indexing (색인)  (0) 2021.04.26
[Pandas] 기본 정보, 통계 정보  (0) 2021.04.26
[Pandas] 파일 읽어오기  (0) 2021.04.26
[Pandas] Series, DataFrame  (0) 2021.04.26