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