I have a data frame where one of the columns is the currency name in spanish fos US Dolares which is
Dólares
But its encoded on HTML so i actually read 'ó' and i cant find any way to decode this for whole column. This is a problem cause i need to export to .csv after and this causes trouble.
I tried with different encoding/decoding libraries like beautifulsoup, HTMLParser and a couple more.
Any idea what could be the problem?