Cannot get rid of unicode erros, how do i deal with them?
I'm using Dataframe (to_csv method) but the problem it shows on CSV the following:
Gòtic
Montjuïc
How to avoid it in Dataframes? Python 2.7 + Pandas
I'm using:
# encoding=utf8
I've tried:
.encode('utf-8')
u''.join(variable)