Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace deprecated pandas.Series.iteritems #155

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

Commits on Mar 16, 2021

  1. plot - save_to_file

    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
    earthgecko committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    895c517 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Replace deprecated pandas.Series.iteritems

    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
    earthgecko committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    358b77b View commit details
    Browse the repository at this point in the history