IT/Python

[Python]_데이터프레임 합치기(merge, concat, )

Y LEE 2021. 3. 29. 17:57

[샘플데이터 예시]

1. pd.concat() : 두 프레임의 컬럼과 index가 다를 때 사용! 

 

yganalyst.github.io/data_handling/Pd_12/