-
Notifications
You must be signed in to change notification settings - Fork 919
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
[REVIEW] Fix cudf.Series
constructor to handle list of sequences
#8735
Conversation
GroupBy.unique
in dask_cudf
cudf.Series
constructor to handle list of sequences
cudf.Series
constructor to handle list of sequencescudf.Series
constructor to handle list of sequences
rerun tests |
Co-authored-by: Ashwin Srinath <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8735 +/- ##
===============================================
Coverage ? 10.49%
===============================================
Files ? 116
Lines ? 18985
Branches ? 0
===============================================
Hits ? 1993
Misses ? 16992
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
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 - Thanks @galipremsagar !
rerun tests |
@gpucibot merge |
Fixes: #7840
Dependent on: dask/dask#7892
This PR introduces ability to construct
list
Series by passing in a sequence of array-like objects tocudf.Series
.