1
Answer

How to Remove Currency symbols from a column?

I have a dataframe with 400+ rows and 8 cols

For the column avgprice the values are like

100₹

100$

10000Eu

etc

so my requirement is how to remove those symbols?

Answers (1)