takco.table module
- class takco.table.Table(obj=None, _id=None, head=(), body=(), provenance=(), annotations=(), linked=True)[source]
Bases:
dictA takco table object
>>> Table(head=[['foo','bar']], body=[['1','2']]).head (('foo', 'bar'),)
-
annotations:
Dict[str,Any]
-
body:
Tuple[Tuple[str,...],...]
- property df
-
head:
Tuple[Tuple[str,...],...]
-
headerId:
int
-
provenance:
Dict[str,Any]
-
annotations: