0
votes

I am getting following error.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 3

enter image description here

1

1 Answers

0
votes

Try calling read_csv with encoding='latin1', encoding='iso-8859-1' or encoding='cp1252'

Source : here