Error tokenizing data. C error: Expected 1 fields in line 12, saw 2.
I’m getting this error on using pd.read_csv on mnist 2 dataset in the course repo.Pls help.
Parse error on dataset given in course repo
Try out this “data = pd.read_csv(‘file1.csv’, error_bad_lines=False)”
If the error persists than please share your code snippet.
Download the dataset again from the course repo and run it again. This one seems to be different one.
If still doubt persists ask again.
Issue resolved. Thanks