I have a table (dataframe) where multiple string columns contain curly brackets and apostrophes, which I am trying to replace with a blank space:
I started with the genre1
column but I keep getting a key error.
This is the code I am trying to remove curly bracket:
movies['genre1'].replace(to_replace=["}"],value="",inplace=True)