Datetime¶
- Datetime = <class 'dataframe_api.dtypes.Datetime'>¶
Datetime type.
- time_unit¶
Precision of the datetime type. There is no guarantee that the full range of dates available for the specified precision is supported.
- Type:
Literal[‘ms’, ‘us’]
- time_zone¶
Time zone of the datetime type. Only IANA time zones are supported.
None
indicates time-zone-naive data.- Type:
str | None