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

Futurewarning in tree_graph.py #45

Closed
gymzombie opened this issue Apr 16, 2023 · 1 comment
Closed

Futurewarning in tree_graph.py #45

gymzombie opened this issue Apr 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gymzombie
Copy link
Contributor

Getting this error when doing a to_html report:

pyfair\report\tree_graph.py:169: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
  in data.iteritems()
pyfair\report\tree_graph.py:145: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
  in data.iteritems()
@yasirhamza
Copy link

It's now an issue, the code throws the following error:
AttributeError: 'Series' object has no attribute 'iteritems'

@cneskey cneskey added bug Something isn't working enhancement New feature or request and removed bug Something isn't working enhancement New feature or request labels Jan 31, 2024
@cneskey cneskey closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants