Conversation
…atching maintain the precision.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## RC_v1.6.x #568 +/- ##
=============================================
+ Coverage 64.86% 64.95% +0.09%
=============================================
Files 27 27
Lines 4047 4066 +19
=============================================
+ Hits 2625 2641 +16
- Misses 1422 1425 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Linting results by Pylint:Your code has been rated at 8.36/10 (previous run: 8.37/10, -0.01) |
|
@w-k-jones or @kelcyno are you up to review here? |
|
I had a quick look through and everything looks good, my only request would be that you add a test for the exception in |
Resolves #561 and adds support for Pandas 3.
With #567 unanswered, I've taken a "middle-ground" approach with datetimes. In several places in the datetime tests, I added us as a valid output. For the matching function, I've updated it to try to force precisions to match.
When you review, please regress changes with and vs Pandas 2.