Patch dask-expr var logic in dask-cudf#15347
Patch dask-expr var logic in dask-cudf#15347rapids-bot[bot] merged 21 commits intorapidsai:branch-24.06from
var logic in dask-cudf#15347Conversation
bdice
left a comment
There was a problem hiding this comment.
We need to add a test in dask-cudf for the functions used in the 10min notebook.
Agreed - This is still a draft. |
|
Note that the custom |
|
CI failures are due to a bad/old dask-expr version being pulled (dask/distributed#8574) |
|
The dask/dask-expr nightly-conda situation should be fixed now. So dask-related CI should start passing now. |
|
I reran the failed CI jobs (network issues). @rjzamora Is this ready for review? |
Co-authored-by: Bradley Dice <[email protected]>
Yeah, thanks @bdice ! |
|
/merge |
Description
The
varlogic in dask-expr relies on pandas -> numpy conversion that does not work for cudf -> cupy when null values are present. This PR copies over the customvarlogic being used in dask-cudf for the legacy API.Checklist