-
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] Disable iteration in cudf objects and add support for DataFrame
initialization with list of Series
#5340
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Sorry I missed your ping yesterday @galipremsagar. Is this question still relevant? |
I believe that is still relevant but we've started moving forward under the assumption that a new dispatched method in dask wouldn't be opposed since it's a place that explicit goes |
Added an issue for the same: #5689 |
rerun tests |
Cudf 0.15 recently disabled iterating over the values of an index, which broke a number of ops in nvtabular. (change rapidsai/cudf#5340) Fix by using values_host.
Cudf 0.15 recently disabled iterating over the values of an index, which broke a number of ops in nvtabular. (change rapidsai/cudf#5340) Fix by using values_host.
Cudf 0.15 recently disabled iterating over the values of an index, which broke a number of ops in nvtabular. (change rapidsai/cudf#5340) Fix by using values_host.
This PR is dependent on #5326 (hence have some commits from that PR, will go away from diff once #5326 is merged.)