There are a few Pandas 2.x incompatibilities lurking in the code: 1. A few uses of `iteritems` instead of `items` 2. In the `mlo_smo_prep.monthly_avg_rapid_data`, the `groupby.mean()` call needs `numeric_only=True` added.
There are a few Pandas 2.x incompatibilities lurking in the code:
iteritemsinstead ofitemsmlo_smo_prep.monthly_avg_rapid_data, thegroupby.mean()call needsnumeric_only=Trueadded.