We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dy.Datetime()
time_unit
time_zone
Polars Datetime data type supports time_unit and time_zone which seems like cannot be translated directly to a dy.Datetime type
Datetime
dy.Datetime
ex: pl.Datetime(time_unit="us", time_zone="UTC") / dy.Datetime(nullable=True, time_unit="us", time_zone="UTC")
pl.Datetime(time_unit="us", time_zone="UTC")
dy.Datetime(nullable=True, time_unit="us", time_zone="UTC")