tabsdata.tableframe.schema
Schema |
Schema
classView source ↗
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