Concatenate DataFrames с использованием одного столбца
print (pd.merge(df1, df2, on='column'))
Real Raccoon
print (pd.merge(df1, df2, on='column'))