-
Notifications
You must be signed in to change notification settings - Fork 902
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 isocalendar
API support
#9169
Conversation
…tetime chnages in libcudf.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9169 +/- ##
================================================
+ Coverage 10.79% 10.82% +0.03%
================================================
Files 116 116
Lines 18869 19287 +418
================================================
+ Hits 2036 2087 +51
- Misses 16833 17200 +367
Continue to review full report at Codecov.
|
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
Co-authored-by: Ram (Ramakrishna Prabhu) <[email protected]>
I think the new updates to yml files are affecting my linters locally, so files that are unrelated are getting linted incorrectly. Spoke to Prem about this, and trying to fix this in compose :D |
e57a15f
to
31bbe49
Compare
rerun tests |
@gpucibot merge |
Closes #8896 #4908.
It creates a new
isocalendar
method in cudf python, and solves related datetime issues for obtaining week, year and day in isocalendar form.