-
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 cudf::explode_position #7376
Add cudf::explode_position #7376
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7376 +/- ##
==============================================
Coverage ? 82.26%
==============================================
Files ? 101
Lines ? 17075
Branches ? 0
==============================================
Hits ? 14047
Misses ? 3028
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.
Looks good. Check the copyright year includes 2021 in any the files you changed here.
Co-authored-by: Jake Hemstad <[email protected]>
@gpucibot merge |
This PR adds support for pos_explode in cuDF. It is very similar to explode, but includes a column with the index of the array that was exploded on each row.
exploded on column a would result in
partially fixes #6151