tiled.structures.dataframe.DataFrameStructure

class tiled.structures.dataframe.DataFrameStructure(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_dask_dataframe(ddf)

from_json(content)

from_pandas(df)

Attributes

arrow_schema_decoded

meta

resizable

arrow_schema

npartitions

columns