how can i remove random symbols in a dataframe in pandas

Solutions on MaxInterview for how can i remove random symbols in a dataframe in pandas by the best coders in the world

showing results for - "how can i remove random symbols in a dataframe in pandas"
Gabriela
09 Jul 2019
1df=df.replace('\*','',regex=True)