-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Plotly.express not working with Pandas Dataframe #4179
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
Comments
Yes got the same issue. Running Plotly Version: 5.14.1 and Pandas Version: 2.0.1. 2023-04-29 17:09:37.289 Uncaught app exception |
Same here. Seems like the append function was depreciated, and it needs to be replaced by concat. |
The example below results in an error message saying
“AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?”
. The plotly example is taken from https://plotly.com/python/radar-chart/.Running Plotly Version: 5.14.1 and Pandas Version: 2.0.1.
The text was updated successfully, but these errors were encountered: