#.concat pd.concat([데이터프레임명, 데이터프레임명], axis=0/1, join = inner/outer)
#.merge pd.merge(데이터프레임명, 데이터프레임명, how = inner/left/right, on = 열 이름)