joining data using pandas code example Example: joins in pandas pd.merge(product,customer,left_on='Product_name',right_on='Purchased_Product')