read_table € symbol

Davide Dalmasso davide.dalmasso at gmail.com
Thu Oct 26 11:04:32 EDT 2017


Dear all,
I'm trying to read a txt file with read_table but in the file there are some string that contain the € symbol and the procedure returns me an error.
I tried with encoding='utf-8' but the problem is still there:
pd.read_table('filename.txt', sep=';', encoding='utf-8')
Anyone can help me?
Many thanks in advance

Davide



More information about the Python-list mailing list