-
Notifications
You must be signed in to change notification settings - Fork 915
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
Add quarters to libcudf datetime #8779
Add quarters to libcudf datetime #8779
Conversation
As discussed many times in the past, please add more description clarifying what this PR is doing. Otherwise, the reviewers may have no idea about what to review. Just a link to an issue is not enough. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, (maybe) just one more time 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small comment.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8779 +/- ##
================================================
- Coverage 10.67% 10.59% -0.09%
================================================
Files 110 116 +6
Lines 18271 19032 +761
================================================
+ Hits 1951 2017 +66
- Misses 16320 17015 +695
Continue to review full report at Codecov.
|
Co-authored-by: David Wendt <[email protected]>
rerun tests |
@gpucibot merge |
1 similar comment
@gpucibot merge |
Closes #8676. This PR adds python bindings for #8779. Authors: - https://github.com/shaneding Approvers: - Michael Wang (https://github.com/isVoid) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #8862
Partly addresses #8676.
This PR adds
date_time:: extract_quarter
. The function returns an int(1,2,3,4)
depending on which quarter of the year the date is in. Also fixed an incorrect date in previous testcase (#8711).