You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas changed the default unit used in certain cases for the datetime64[unit] dtype. This causes some failures in our test suite when tested with pandas 3.0.0.dev
The text was updated successfully, but these errors were encountered:
jorisvandenbossche
changed the title
[Python] Failing pandas tests because of upstream datetime64 unit changes
[Python] Failing pandas tests because of downstream datetime64 unit changes
Jun 5, 2024
…nit changes (#41979)
### Rationale for this change
Pandas changed the default unit used in certain cases for the `datetime64[unit]` dtype. This causes some failures in our test suite when tested with pandas 3.0.0.dev
* GitHub Issue: #41978
Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Pandas changed the default unit used in certain cases for the
datetime64[unit]
dtype. This causes some failures in our test suite when tested with pandas 3.0.0.devThe text was updated successfully, but these errors were encountered: