Difference of behavior between versions 0.20.4 and 0.21.0 related to pandas
timezone management
#1867
Unanswered
PetitLepton
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi fellows,
due to some issues with the management of time zones by
pandas
, see pydantic/pydantic#10120, we had written a unit test involvingpandera
as the followingThis test was passing up to version 0.20.4 but fails now with version 0.21.0 (meaning that the schema check is compatible with
pydantic
). As I am surprised that it is passing,pandas
version did not change, I was wondering if the latest modifications inpandera
may have hidden such a weird behavior.Thanks in advance for your input!
Beta Was this translation helpful? Give feedback.
All reactions