tiled.structures.table.TableStructure
- class tiled.structures.table.TableStructure(arrow_schema: str, npartitions: int, columns: List[str], resizable: bool | Tuple[bool, ...] = False)[source]
- __init__(arrow_schema: str, npartitions: int, columns: List[str], resizable: bool | Tuple[bool, ...] = False) None
Methods
__init__
(arrow_schema, npartitions, columns)from_arrays
(arr, names)from_arrow_table
(table[, npartitions])from_dask_dataframe
(ddf)from_dict
(d)from_json
(content)from_pandas
(df)Attributes
arrow_schema_decoded
meta
resizable
arrow_schema
npartitions
columns