Base
Attributes Types¶
oqd_dataschema.base
¶
Data Types¶
oqd_dataschema.base
¶
DTypeNames = Literal[DTypes.names()]
module-attribute
¶
Literal list of lowercase names for DTypes variants.
DTypes
¶
Bases: Enum
Enum for data types supported by oqd-dataschema.
| Type | Variant |
|---|---|
| Boolean | BOOL |
| Integer | INT16, INT32, INT64 (signed)UINT16, UINT32, UINT64 (unsigned) |
| Float | FLOAT32, FLOAT64 |
| Complex | COMPLEX64, COMPLEX128 |
| Bytes | BYTES |
| String | STR, STRING |