df.reset_index()
reset_index : DataFrame에서 정수로 된 default index를 만들어준다
매개변수 drop은 defalut값이 False
'파이썬. 데이터분석 > Pandas' 카테고리의 다른 글
Pandas DataFrame : replace (0) | 2022.06.20 |
---|---|
Pandas DataFrame : 데이터 바꾸기 (0) | 2022.06.19 |
Pandas DataFrame : set_index (0) | 2022.06.19 |
Pandas DataFrame : Index 갖고놀기 (0) | 2022.06.19 |
Pandas DataFrame : dropna 결측치 제거 (0) | 2022.06.18 |