After I did some modification in my CSV file, pandas could not read it anymore. It keeps popping up this error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 5: invalid start byte
Does anyone know about this error and how to fix it?