Skip to main content
Version: 1.4.0

tabsdata.tableframe.schema

Schema

Schema

class Schema(
schema: Iterable[Column] | Mapping[str, td_SchemaInitDataType] | Iterable[tuple[str, td_SchemaInitDataType] | td_ArrowSchemaExportable] | td_ArrowSchemaExportable | None = None,
check_dtypes: bool = True,
)

Bases: Schema