schema#
tradingstrategy.utils.schema Python module in Trading Strategy framework.
Module description#
Schema manipulation utitilies.
Constructing PyArrow schemas.
Note
Legacy. This module is likely to be removed.
For more information about Pyarrow Schemas, see https://arrow.apache.org/docs/python/api/datatypes.html
Functions#
|
Convert tabular data items to columnar. |
Create a columnar work buffer to export data into Pyarrow Tables. |
|
|
Map a Python dataclass to Pyarrow schema. |
|
Map a dataclass field to a pyarrow equivalent, respect hints |
|