.
I'm trying to use pandas to manipulate a .csv file but I get this error:
pandas.parser.CParserError: Error tokenizing data. C error: Expected 2 fields in line 3, saw 12
I have tried to read the pandas docs, but found nothing.
.
https://stackoverflow.com/questions/18039057/python-pandas-error-tokenizing-data
.
.
0 Comments