I'm trying to run a python file on the command prompt, but keep getting this error.
Error:
pandas.errors.ParserError: Expected 1 fields in line 42, saw 2
Line:
df = pd.read_csv(df, encoding = 'unicode_escape', engine ='python')
I've tried changing the encoding to 'UTF-8',and changing the engine to 'c'. None have worked.