Home | Trees | Indices | Help |
|
---|
|
object --+ | Table2array
Read a csv file and provide conversion to a :class:`numpy.recarray`. * Depending on the arguments, autoconversion of values can take place. See :class:`recsql.convert.Autoconverter` for details. * Table column headers are always read from the first row of the file. * Empty rows are discarded.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
:Arguments: *filename* CSV file (encoded with *encoding*) *name* name of the table *autoconvert* EXPERIMENTAL. ``True``: replace certain values with special python values (see :class:`convert.Autoconverter`) and possibly split values into lists (see *sep*). ``False``: leave everything as it is (numbers as numbers and strings as strings). *mode* mode of the :class:`~convert.Autoconverter`
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 3 22:23:16 2010 | http://epydoc.sourceforge.net |