Solutionunvalidated
Try with .str accessor — df['First_name'] = df['First_name'].str.replace('\\',''). Tension: This is not working.
3bf27d32-c40c-4897-8d45-fdbd2800e330
Try with .str accessor — df['First_name'] = df['First_name'].str.replace('\',''). Tension: This is not working.