This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrabarnett
Recipients SilentGhost, datapythonista, mrabarnett, serhiy.storchaka
Date 2016-11-08.21:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478639271.91.0.849147582982.issue28642@psf.upfronthosting.co.za>
In-reply-to
Content
I split the file into sections, each containing no more 1000 lines, and tried reading each section. Attached is a zip file of those that didn't return the expected number of rows.

The problem appears to be due to unclosed quotes, which cause following lines to be consumed as part of the field.

It looks a little strange, so I wonder if the file has got corrupted somewhere.
History
Date User Action Args
2016-11-08 21:07:51mrabarnettsetrecipients: + mrabarnett, SilentGhost, datapythonista, serhiy.storchaka
2016-11-08 21:07:51mrabarnettsetmessageid: <1478639271.91.0.849147582982.issue28642@psf.upfronthosting.co.za>
2016-11-08 21:07:51mrabarnettlinkissue28642 messages
2016-11-08 21:07:51mrabarnettcreate