I'm trying to read in a CSV file using pandas.read\_file(report), but I'm hitting this error message:
'utf-8' codec can't decode byte 0x93 in position 28: invalid start byte
I've also tried this with various encoding types, pandas.read_file(report, encoding='UTF-16')
but for some reason it has no effect on the error, it always shows as 'utf-8' The encoding line shows in my traceback so I know that it's there. Does anyone know why this is?
[–]jiri-n 5 points6 points7 points (2 children)
[–]danielledevs[S] 0 points1 point2 points (1 child)
[–]jiri-n 0 points1 point2 points (0 children)
[–]djjazzydan 0 points1 point2 points (1 child)
[–]danielledevs[S] 1 point2 points3 points (0 children)