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

Replace deprecated pandas.Series.iteritems #155

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

earthgecko
Copy link

@earthgecko earthgecko commented Jan 14, 2024

Replace iteritems with items to resolve #147 and #145

IssueID 3984: plot - save_to_file

- Allow adtk.visualization.plot to save the plot to a file and add a title

Modified:
src/adtk/visualization/_visualization.py
pandas removed deprecated Series.iteritems(), DataFrame.iteritems(), use obj.items instead arundo#147
IssueID 5224: Replace deprecated pandas.Series.iteritems
IssueID 5222: adtk - pandas error

- Replace deprecated pandas.Series.iteritems with pandas.Series.items

Modified:
src/adtk/data/_data.py
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 removed deprecated Series.iteritems(), DataFrame.iteritems(), use obj.items instead
1 participant