arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.09k stars 145 forks source link

Replace deprecated pandas.Series.iteritems #155

Open earthgecko opened 8 months ago

earthgecko commented 8 months ago

Replace iteritems with items to resolve #147 and #145