We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dy.Datetime()
time_unit
time_zone
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Polars
Datetime
data type supportstime_unit
andtime_zone
which seems like cannot be translated directly to ady.Datetime
typeex:
pl.Datetime(time_unit="us", time_zone="UTC")
/dy.Datetime(nullable=True, time_unit="us", time_zone="UTC")
The text was updated successfully, but these errors were encountered: