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

Pandas futurewarnings #46

Closed
wants to merge 5 commits into from

Conversation

gymzombie
Copy link
Contributor

Resolves a handful of errors that come from pandas and tree_graph.py. (Issue 45)

Also removes an unused import and fixes one typo.

replacing iteritems with items because of Pandas FutureWarning
@gymzombie
Copy link
Contributor Author

Tests passed in testrunner.py using Python 3.10.10 and Pandas 1.5.3

@gymzombie
Copy link
Contributor Author

One more that removes 2 warnings in testing. (Issue 47)

@cneskey cneskey linked an issue Sep 21, 2023 that may be closed by this pull request
@cneskey cneskey closed this Feb 20, 2024
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

Successfully merging this pull request may close these issues.

Pandas now throws an error not a warning
3 participants