UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xc3 in position 54: invalid continuation byte

When a CSV file is loaded by python, it cannot be read because it is not completely encoded in UTF-8.

you can first open the CSV file in Notepad, and then save it to the desktop by selecting UTF-8

Read More: