-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Plotting a DataFrame with duplicate columns should produce a more informative error #3181
Comments
Indeed, we need a better error message here! Sorry if it took you a while to figure out what was happening :) We'd love a pull request to make this clearer in the future :) |
+1 on this! |
+1 I lost quite some time on this tonight |
This is a super anoying bug. |
+1 It's been two years.. Please fix this... |
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if you'd like to submit a PR, we'd be happy to prioritize a review. Thank you - @gvwilson |
#4790 addresses this "for free", and produces the error message:
|
this is addressed by #4790, I think it can be closed |
maybe similar to #4826 |
Some weird quirks in the Pandas API allow for columns with duplicate column names:
attempting to plot this results in an uninformative
ValueError
:The text was updated successfully, but these errors were encountered: