<div dir="ltr">I am trying to load a csv with different row lengths. For example,<div><br></div><div>I have the csv</div><div><br></div><div>a,b</div><div>a,b,c,d</div><div>a,b,c</div><div><br></div><div>How can I load this into python? I tried using both NumPy and Pandas.</div>
<div><br></div><div><br></div></div>