Skip to content

Normalize hospitalization data #6

@flaneuse

Description

@flaneuse

COVID Tracking project uses 3 hospitalization variables:

  • hospitalized
  • hospitalizedCumulative
  • hospitalizedCurrently.

The hospitalized variable is the only non-deprecated value that's supposed to be used, but for certain states (see CA), the other 2 are used instead. Should re-create testing_hospitalized
and testing_hospitalizedIncrease to check for the other values:

  • if hospitalized --> hospitalized
  • ifelse hospitalizedCumulative -> hospitalizedCumulative
  • ifelse hospitalizedCurrently -> hospitalizedCurrently
  • else null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions