Does this answer your question? [UnicodeDecodeError when reading CSV file in Pandas with Python](https://stackoverflow.com/questions/18171739/unicodedecodeerror-when-reading-csv-file-in-pandas-with-python)
– aliftFeb 14 '20 at 20:12
1 Answers1
0
Try calling read_csv with encoding='latin1', encoding='iso-8859-1' or encoding='cp1252'