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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to