| Home | Trees | Indices | Help |
|
|---|
|
|
Reads CSV files that have a header line (e.g. the output of pySQL), returning each row as a namedtuple associating column names to each value (e.g. the output of DbFile("outgest.csv").readlines() should be in the form that is identical to the output resulting from a DbSession().query() call).
|
|||
| file object |
|
||
| tuple(str) |
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Columns = None:type Columns: namedtuple |
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Reads first line of the file to define namedtuple of columns.
|
Converts line to namedtuple.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 8 15:46:50 2014 | http://epydoc.sourceforge.net |