rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
270 stars 66 forks source link

[BUG] Not able to plot using cuxfilter after activating cudf.pandas kernel #605

Open patelmiteshn opened 5 days ago

patelmiteshn commented 5 days ago

Describe the bug using cuxfilter for plotting issues the following error: ValueError: ClassSelector parameter 'InteractiveDatashader.source_df' value must be an instance of (DataFrame, DataFrame).

The notebook is modified from this version.

The modifications were made to incorporate zero code change with cudf.pandas kernel

Steps/Code to reproduce bug To reproduce the bug follow this notebook

Expected behavior The script should be plotting a line graph

Environment details (please complete the following information):

Additional context Add any other context about the problem here.

exactlyallan commented 5 days ago

We are waiting on an upstream fix that enables datashader to work cudf.pandas - https://github.com/rapidsai/cudf/issues/15694 I suspect the above is related.