Merge Two Pandas DataFrames on Index / MultiIndex 29 Aug 2021 Merge DataFrames Using Merge df = pd.merge(df1, df2, left_index=True, right_index=True)