pd.merge(df1, df2, left_index=True, right_index=True, how='outer')
df = pd.concat([T1.reset_index(drop=True),T2.reset_index(drop=True)], axis=1)