join 2 pandas dataframes on column code example
Example: joins in pandas
pd.merge(product,customer,left_on='Product_name',right_on='Purchased_Product')
pd.merge(product,customer,left_on='Product_name',right_on='Purchased_Product')