-
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 support for single-digits in cudf::to_timestamps #9173
Add support for single-digits in cudf::to_timestamps #9173
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9173 +/- ##
===============================================
Coverage ? 10.81%
===============================================
Files ? 115
Lines ? 18775
Branches ? 0
===============================================
Hits ? 2030
Misses ? 16745
Partials ? 0 Continue to review full report at Codecov.
|
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.
LGTM otherwise.
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.
Some minor suggestions, otherwise LGTM.
@gpucibot merge |
Closes #9082
This PR adds support to the
cudf::to_timestamps
API to allow single digit day and month in the input strings format.Corresponding updates are also made to
cudf::is_timestamps
.