- 데이터 합치기
https://yganalyst.github.io/data_handling/Pd_12/
https://seong6496.tistory.com/122
https://datascienceschool.net/01 python/04.06 데이터프레임 합성.html
https://hyunmin1906.tistory.com/132
on에 대한 설명: https://wikidocs.net/153875
- 특정 칼럼의 데이터 종류별로 평균/합 구하는 방법
https://www.dinolabs.ai/72
- 행/열 순서 및 이름 변경
https://k-glory.tistory.com/21
- 시리즈, 데이터 프레임으로 만들기
https://hyefungi.tistory.com/68
- 리스트, 딕셔너리를 데이터프레임, 시리즈로 바꾸는 법
https://jimmy-ai.tistory.com/89
- 데이터 프레임 index 변경하기
https://cosmosproject.tistory.com/337
- 데이터 프레임 index 조작
https://datascienceschool.net/01 python/04.05 데이터프레임 인덱스 조작.html
- 데이터 프레임 필요한 열 추출
https://zephyrus1111.tistory.com/43
- 데이터 프레임 sum 함수
https://www.delftstack.com/ko/api/python-pandas/pandas-dataframe-dataframe.sum-function/
- 행추가, 열 삭제/추가 방법
https://jimmy-ai.tistory.com/210
https://ldgeao99.tistory.com/8
https://blog.naver.com/rising_n_falling/221631637822
- 데이터프레임에 리스트를 행 추가
https://emilkwak.github.io/dataframe-list-row-append-ignore-index
- 특정 조건에 맞는 데이터 추출
https://computer-science-student.tistory.com/375