-
Notifications
You must be signed in to change notification settings - Fork 37
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
pandas 2.1.0 deprecation warning #36
Comments
Got the same issue. I managed to have plots without warnings just by downgrading pandas to 1.5.3 |
I am also seeing this warning recently. Any change logomaker can get an update? I would say the culprit are these two lines: logomaker/logomaker/src/Logo.py Line 1073 in 76aae02
and logomaker/logomaker/src/Logo.py Line 1131 in 76aae02
The first one creates an empty DataFrame, and it seems empty columns by default have dtype float64. In recent versions of Pandas complain about assigning a value of a different type (Glyph, in the second line) to a column of another type. |
Thanks, I will plan to do a release shortly, ~ next couple of weeks. |
@atareen Hi, any estimation when such a release would happen? |
Hi @atareen , any news of this update ? |
For any still waiting, |
PAtched issue from this thread jbkinney#36
Hi,
with pandas 2.1.0 and logomaker 0.8 I get a deprecation warning:
Not sure how easy to fix or if possible. Just to let you know :)
Thanks & Best,
Michael
The text was updated successfully, but these errors were encountered: