pd.read_csv('data.csv', encoding='utf8') here you can try different encoding values
or
pd.read_csv('data.csv', engine='python')
1st Dec 2021, 9:26 AM
Alexey Kopyshev
0
Thanks. I have tried changing the encoding to utf8 but it still keeps popping the same error. I'll try setting the engine to Python and I hope it works.