TableData#
TableData#
Attribute Name |
Data Type |
Description |
|---|---|---|
column_ids |
List[str] |
|
rows |
List[TableRow] |
|
columns |
List[TableColumn] |
TableColumn#
Attribute Name |
Data Type |
Description |
|---|---|---|
id |
str |
|
name |
str |
|
group_name |
str |
|
unit |
str |
TableRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
values |
List[Value] |