Control: severity -1 important
(We would like to transition to pandas 2.1 fairly soon.)

These packages are attempting to use .iteritems() on pandas objects, which no longer exists. This can probably be fixed by using .items() instead.

Reply via email to