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?
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?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Jan 21, 2026, 3:07 AM
Hi Jaya prakash,
Could you please specify in which format and language you want to extract the data,
You can do the following in Python,
if you want to store seperately,