Merge Two Pandas DataFrames on Index / MultiIndex

Merge DataFrames Using Merge

df = pd.merge(df1, df2, left_index=True, right_index=True)