Skip to content

fix: Avoid using iter_rows in _check_dataframe_all_leaves to enable cuDF input #4878

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

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

MarcoGorelli
Copy link
Contributor

@MarcoGorelli MarcoGorelli commented Nov 14, 2024

closes #4876

This rewrites the same operation to avoid iterating over rows

@MarcoGorelli MarcoGorelli marked this pull request as ready for review November 14, 2024 14:15
@gvwilson gvwilson added P1 needed for current cycle community community contribution fix fixes something broken labels Nov 15, 2024
@LiamConnors
Copy link
Member

I've tested this and it works well for me now. Thanks @MarcoGorelli

@emilykl
Copy link
Contributor

emilykl commented Nov 22, 2024

@MarcoGorelli Big thanks for this fix. I'd like to get this in to the release — do you have a minute to merge master into this branch? Or are you OK with me doing it? From a quick glance at the "conflict" I don't see any issue, it's just highlighting the changes you made in _check_dataframe_all_leaves.

@emilykl
Copy link
Contributor

emilykl commented Nov 22, 2024

This change seems to be covered by this test — thanks @LiamConnors for tracking it down.

Copy link
Contributor

@emilykl emilykl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@emilykl emilykl merged commit 185eda3 into plotly:master Nov 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community contribution fix fixes something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

icicle, treemap, and sunburst won't work with cuDF when using path parameter (master branch)
4 participants