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
Adjust test_datetime_infer_format for pandas 2.2 (#15021)
pandas 2.2 is stricter about converting from date string to datetime type if the resolution would lead to loss of precision. This affects `test_datetime_infer_format` where an `astype` is done, so adjusting the test such that the `astypes` don't lead to loss of precision.
Authors:
- Matthew Roeschke (https://github.com/mroeschke)
Approvers:
- GALI PREM SAGAR (https://github.com/galipremsagar)
URL: #15021
0 commit comments