Python uses pandas to read csv and reports an error: UnicodeDecodeError:'utf-8' codec can't decode byte 0xc8...

1. Open the csv file with Notepad

2. Save as ==> encoding, modify to "UTF-8"

3. Save and solve the problem

Guess you like

Origin blog.csdn.net/qq_14997473/article/details/90074480