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

Add str support to dropdown #529

Merged

Conversation

AjayThorve
Copy link
Member

@AjayThorve AjayThorve commented Aug 16, 2023

This small PR adds str column support to drop_down and multi_select widgets, along with charts.bar, which already supports str columns directly since 23.08

import cudf
from cuxfilter import charts, DataFrame

cux_df = DataFrame.from_dataframe(cudf.DataFrame({'val': ['A', 'B', 'C', 'D', 'E']}))
multi_select = charts.multi_select('val')

d = cux_df.dashboard([multi_select])
# View the individual multi_select chart part of the dashboard d
multi_select.view(height=200)

image

cc @exactlyallan

@AjayThorve AjayThorve requested a review from a team as a code owner August 16, 2023 21:06
@github-actions github-actions bot added doc Documentation Python labels Aug 16, 2023
@AjayThorve AjayThorve added the non-breaking Non-breaking change label Aug 16, 2023
@AjayThorve
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit bc073d7 into rapidsai:branch-23.10 Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants