How to Get Data from DictReader for CSV Files

Ian Kelly ian.g.kelly at gmail.com
Mon Nov 21 12:58:58 EST 2011


The point of DictReader is that it produces dicts.  If you actually want a
sequence, then use an ordinary csv.reader instead.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111121/dd02998a/attachment.html>


More information about the Python-list mailing list