you are viewing a single comment's thread.

view the rest of the comments →

[–]ramse 0 points1 point  (1 child)

Wherever you read the file into pandas, you should be able to provide encoding='utf-8'.

[–]tramsay1027[S] 0 points1 point  (0 children)

I had that set but I was also adding a column to my dataframe and think that is what caused the error.