It´s just a normal concat
df_both = pd.concat([df1,df2] , axis=1)
The booth doesn´t have missings, but after the concat the of right stay with missings NaN
It´s just a normal concat
df_both = pd.concat([df1,df2] , axis=1)
The booth doesn´t have missings, but after the concat the of right stay with missings NaN