Skip to content

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
IssueID #5631: Replace deprecated seaborn-whitegrid

- Replace deprecated seaborn-whitegrid with seaborn-v0_8-whitegrid to address
  arundo#152
  arundo#156

Modified:
src/adtk/visualization/_visualization.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