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

Cannot work with Pandas >= 2.0 #3

Open
Ultraxime opened this issue Jul 17, 2023 · 0 comments
Open

Cannot work with Pandas >= 2.0 #3

Ultraxime opened this issue Jul 17, 2023 · 0 comments

Comments

@Ultraxime
Copy link

Ultraxime commented Jul 17, 2023

Hello,

Following the depreciation and then disappearance of iteritems() in aid of items(), this doesn't work with pandas >= 2.0.
As shown by the following output when using pandas 1.5.3 :

/opt/venv/lib/python3.11/site-packages/fastplot/__init__.py:183: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
  for i, l in data[c].iteritems():
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

No branches or pull requests

1 participant