I\'m running a program which is processing 30,000 similar files. A random number of them are stopping and producing this error...
File "C:\\Importer\\src
Try changing the encoding. In my case, encoding = "utf-16" worked.
encoding = "utf-16"
df = pd.read_csv("file.csv",encoding='utf-16')