tabsdata.tableframe.schema
-
class Schema(
- schema: Iterable[td_col.Column] | Mapping[str, td_typing.SchemaInitDataType] | Iterable[tuple[str, td_typing.SchemaInitDataType] | td_typing.ArrowSchemaExportable] | td_typing.ArrowSchemaExportable | None = None,
- *,
- check_dtypes: bool = True,
)
Bases: Schema