Skip to content

Upgrade indicators to pandas v2.0.0 #1820

Closed
@krivard

Description

@krivard

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.

Metadata

Metadata

Assignees

Labels

chorerefactorLong-term projects to revise existing machinery

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions