tempor.data.data_typing module¶
Types (and related code) for TemporAI data handling.
- tempor.data.data_typing.Dtype¶
Type annotation to indicate dtypes. May be
Type, e.g.str,bool, or one of the literals:"category","datetime".
Types (and related code) for TemporAI data handling.
Type annotation to indicate dtypes. May be Type, e.g. str, bool, or one of the literals:
"category", "datetime".