Skip to content
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

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

Closed
patelmiteshn opened this issue Jul 2, 2024 · 2 comments · Fixed by #619
Closed

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

patelmiteshn opened this issue Jul 2, 2024 · 2 comments · Fixed by #619
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@patelmiteshn
Copy link

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):

  • Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
    Ubuntu 22.02 on local desktop with RTX A6000
  • Method of cuxfilter install: [conda, Docker, or from source]
    pip install (https://docs.rapids.ai/install)

Additional context
Add any other context about the problem here.

@patelmiteshn patelmiteshn added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jul 2, 2024
@exactlyallan
Copy link
Member

exactlyallan commented Jul 2, 2024

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

@Matt711
Copy link
Contributor

Matt711 commented Aug 8, 2024

The proxy DataFrame returned from InteractiveDatashader.source_df when cudf.pandas is turned on is not an instance of cudf.DataFrame but is of pd.DataFrame.

@rapids-bot rapids-bot bot closed this as completed in cc18207 Aug 16, 2024
@rapids-bot rapids-bot bot closed this as completed in #619 Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants