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

Fix None check in update_chart to work with DataFrames #420

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

palewire
Copy link
Contributor

What we have now will fail if you submit a DataFrame, saying:

ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().

What we have now will fail if you submit a DataFrame, saying:


ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
@palewire
Copy link
Contributor Author

palewire commented Jul 5, 2024

@chekos, would you mind merging this in?

@chekos chekos merged commit 21a870f into chekos:main Jul 15, 2024
5 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants