Assumes that the data will be read with read_merged(), so that header
values will supply default values for each column.
|
|
__init__(self,
fd,
sep='\t',
blank='%na')
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
header(self,
k,
v)
Add a single key=value line to the header of the data
file. |
source code
|
|
|
|
datum(self,
data_item)
Assumes that the data will be read with read_merged(), so that header
values will supply default values for each column. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|