0
Q:

merge two dataframes with common columns

import pandas as pd
pd.merge(df1, df2, on="movie_title")
0
dfinal = df1.merge(df2, how='inner', left_on='movie_title', right_on='movie_name')
0

New to Communities?

Join the community