I have a CSV file with various accented entries and other symbols. When I open it with Mac's TextEdit, they show nicely, but when I open it with Excel or on Python using pandas, the different characters get all messed up.
As an example, 4º Centenário
becomes 4¼ Centenrio
.
What's the encoding I should use (on pandas specifically) to read these special characters properly?