You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructing a dask_cudf Series with some None vals then doing dgs.dropna() on a dask col should drop the None values, but instead they appear to turn into empty strings and thus stick around
Describe the bug
Constructing a dask_cudf Series with some
None
vals then doingdgs.dropna()
on a dask col should drop theNone
values, but instead they appear to turn into empty strings and thus stick aroundSteps/Code to reproduce bug
Maybe dask_cudf is turning None into '' , so a constructor bug?
Expected behavior
Dask seems fine here:
Environment overview (please complete the following information)
docker -> mamba -> rapids 0.18
Additional context
Slack: https://rapids-goai.slack.com/archives/C5E06F4DC/p1616723705030300
Blocking: graphistry/pygraphistry#225
The text was updated successfully, but these errors were encountered: