pd.concat([df1, df2], axis=1)
df.sort_index(inplace=True)https://stackoverflow.com/questions/40468069/merge-two-dataframes-by-indexhttps://stackoverflow.com/questions/22211737/python-pandas-how-to-sort-dataframe-by-index
df.sort_index(inplace=True)