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: iteritems is deprecated #16

Closed
stefanbischof opened this issue Nov 23, 2022 · 2 comments
Closed

FutureWarning: iteritems is deprecated #16

stefanbischof opened this issue Nov 23, 2022 · 2 comments

Comments

@stefanbischof
Copy link

When using rdfpandas the following warning is shown:

.../site-packages/rdfpandas/graph.py:41: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
  for (column, value) in series.iteritems():

I guess this originates from the current version of pandas. I get a similar error then for openpyxl:

.../site-packages/openpyxl/worksheet/_reader.py:312: UserWarning: Data Validation extension is not supported and will be removed
  warn(msg)
@cadmiumkitty
Copy link
Owner

Hi Stefan, thanks for reporting this and sorry it took forever to come back. I'll try and tackle it at the same time as addressing the CURIE issue #15

@cadmiumkitty
Copy link
Owner

Fixed in release 1.1.6.

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

2 participants