Parse error on dataset given in course repo

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.

Try out this “data = pd.read_csv(‘file1.csv’, error_bad_lines=False)”
If the error persists than please share your code snippet.

the shape in course is 42000 x 785, but in the course repo it’s coming 170 x 1

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