Re: read_table € symbol

2017-10-26 Thread Michael Torrie
On 10/26/2017 09:04 AM, Davide Dalmasso wrote: > 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('filen

Re: read_table € symbol

2017-10-26 Thread Thomas Jollans
On 2017-10-26 17:04, Davide Dalmasso wrote: > 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

read_table € symbol

2017-10-26 Thread Davide Dalmasso
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?