파이썬
df3 = pd.concat( [ df1, df2 ], axis = 0 ) pd.concat( [ df1, df2 ], axis = 1 )
참고 : https://thebook.io/080227/xa/03/03/