Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75339 > unrolled thread
| Started by | Ryan de Vera <ryan.devera.03@gmail.com> |
|---|---|
| First post | 2014-07-29 01:15 -0400 |
| Last post | 2014-07-29 01:15 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Load a CSV with different row lengths Ryan de Vera <ryan.devera.03@gmail.com> - 2014-07-29 01:15 -0400
| From | Ryan de Vera <ryan.devera.03@gmail.com> |
|---|---|
| Date | 2014-07-29 01:15 -0400 |
| Subject | Load a CSV with different row lengths |
| Message-ID | <mailman.12405.1406618878.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
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.
Back to top | Article view | comp.lang.python
csiph-web