-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Move timedelta-specific functions to tslibs.timedeltas #17827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17827 +/- ##
==========================================
+ Coverage 91.23% 91.24% +<.01%
==========================================
Files 163 163
Lines 50113 50113
==========================================
+ Hits 45723 45726 +3
+ Misses 4390 4387 -3
Continue to review full report at Codecov.
|
This is cut/paste, can be cut down if the diff is too large for easy review. |
looks ok, needs a rebase |
thanks! |
Once #17793 is merged then the remaining timedeltas functions can be moved: convert_to_timedelta64 and array_to_timedelta64.
Most of Timedelta and _Timedelta can also be moved over in a follow up.