https://firedino.tistory.com/72
여기서 맨 마지막 부분을 보면 중간에 있는 특정행의 index를 바꾸는 방법이 나온다.
일단 기존의 인덱스를 새로운 column으로 만들고 거기서 수정을 한 뒤에 index로 바꾸는 방법이다.
'파이썬. 데이터분석 > Pandas' 카테고리의 다른 글
xlsx(excel) 파일로 저장 / 불러오기 : skiprows, nrows, usecols (0) | 2022.07.04 |
---|---|
Pandas DataFrame : 데이터 행,열 바꾸는 방법들 (0) | 2022.07.02 |
Pandas DataFrame : index행 중간에 삽입하는법 링크 (0) | 2022.06.25 |
Pandas DataFrame : insert 열삽입 (0) | 2022.06.24 |
Pandas DataFrame : del / drop 행, 열 삭제, 특정행 삭제 (0) | 2022.06.24 |