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 field
I had a dataset with prexisting row numbers, I used index_col:
pd.read_csv('train.csv', index_col=0)