df_crm['email'] = df_crm['email'].str.lower().str.strip() df_support['email'] = df_support['email'].str.lower().str.strip()
👇