Closed
Description
Pandas v2.0.0 was released 2023-04-03, and includes a few breaking changes. Among them:
.sum()
now handles all types by default (e.g. strings, which get concatenated). There's a parameter to restrict to numeric types only..append()
not allowed for data frames.iteritems()
not allowed for series
We've pinned to <2.0 for now, but we should start working on fixing our code to work with v2.