On Dec 12, 10:49 am, "massimo s." <[EMAIL PROTECTED]> wrote:

> > Accessing the data by columns *instead* of by rows would definitely
> > not be appreciated by people who are using the csv module to read
> > millions of lines of data.
>
> I don't want anything *instead*, I would like *additional*. :)
> (Btw: who is using csv to read >10**6 lines of data?)
>

Well I am for one.  Often around 3 million wide rows.
If you can slurp the whole thing into memory then you should be able
to pull out columns pretty easily?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to