Datetime timezone aware type #1167
Unanswered
PaulArnaud
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Some answer for this would be great |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
Does pandera have a type to describe a datetime with a timezone (for example: "2023-04-25T16:30:00+02:00") ?
We are fetching time series with the datetime part being timezone-aware but the timezone can vary depending on the data. When using datetime-like types like Annotated[...], one has to specify the timezone which is not possible statically as the timezone depends on the data we fetch.
All reactions