-
-
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
FutureWarning from pandas #3602
Comments
I just stumbled across those annoying warnings as well. Seems like a good first issue to me, so I will start to work on this now. Dev environment is already set up and right now I am identifying the spots where those changes need to be applied. I will keep you updated as soon as there is a first commit. |
Hi,
This is the piece of code where it happens:
I upgraded plotly to version 5.14.1, and still get this error |
Oh no, I must have missed that. 😞 But it seems to be already addressed by a8af752 two weeks ago. |
Yeah, I just saw it's fixed, but still unreleased. Thanx for this tools, btw! |
Hi, when will the fix for this be released. I am still getting the warning when using plotly.express.line_polar:
|
@JT-NHS-UHMBT - #4190 fixed this and was released in v5.15.0, what version do you have? |
Thanks @alexcjohnson all working now, I was using v5.11.0 - should have checked that first, silly mistake! |
Pandas gives another warning on
The easy solution would be to pass |
@MKimiSH this was fixed in #4437 (🙇 @arcanaxion) and will be included in the next release. |
A future warning about pandas DataFrame.append method being deprecated in future pandas releases, and to replace with pandas.concat methods. I found this warning in plotly/plotly.py/packages/python/plotly/plotly/express/_core.py:271 but there may be other places in plotly when DataFrame.append method is used.
The text was updated successfully, but these errors were encountered: