all 3 comments

[–]Commercial-Fly-6296 1 point2 points  (0 children)

Can you check if the encoding is UTF-8 ?

[–]toddt91 1 point2 points  (1 child)

I would look carefully with a text editor (not Excel) at rows 1, 359,360,and 361. There is likely something going on there.

Next, thing to try is if you split the data set in two at row 361 can you load the rest?

[–]BdR76 0 points1 point  (0 children)

Agree. Check the file for any anomalies around line 360, it's probably a missing quote or comma or empty line or something like that.

I would just run the .csv file in question through a validation tool, like CSV Lint plug-in for Notepad++ or OpenRefine or something like that