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

Filter dropdown freezes on columns converted to mix type #20

Open
richardlin047 opened this issue Mar 6, 2021 · 0 comments
Open

Filter dropdown freezes on columns converted to mix type #20

richardlin047 opened this issue Mar 6, 2021 · 0 comments

Comments

@richardlin047
Copy link
Collaborator

If I have an all number column, then convert a cell value to a string. When I try to dropdown the filter on the column, the whole widget freezes because column is still assumed to be number?

if all(np.isnan(col_series)): is called leading to TypeError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant