Posts by Alexandre Zattar • 26 points
1 post
-
1
votes1
answer203
viewsA: error while opening . csv file with/ python/ pandas
Probably the file being loaded is not encoded with UTF-8 (which is the default when you don’t specify any). Try specifying a different charset in your call, something like: socio = pd.read_csv(…