You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
When using rdfpandas the following warning is shown:
I guess this originates from the current version of pandas. I get a similar error then for openpyxl:
The text was updated successfully, but these errors were encountered: