Load a CSV with different row lengths

Ryan de Vera ryan.devera.03 at gmail.com
Tue Jul 29 01:15:36 EDT 2014


I am trying to load a csv with different row lengths. For example,

I have the csv

a,b
a,b,c,d
a,b,c

How can I load this into python? I tried using both NumPy and Pandas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140729/7a29cfca/attachment.html>


More information about the Python-list mailing list