Skip to content

PAHO Dengue data has the same serotypes coded in different ways #1521

Open
@nmdefries

Description

@nmdefries

PAHO Dengue data has the same serotypes coded in different ways. This is presumably from the upstream data, but we should probably standardize the spelling/spacing of them.

> aa <- pub_paho_dengue(regions = "mx", epiweeks = epirange(201101, 202301))
> View(aa)
> unique(aa$serotype)
[1] "  "          "DEN 1,2"     "DEN 1,2,3,4" "DEN1,2,3,4"  "DEN 3"       "DEN 1,2,3"   "DEN 1,2,34" 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions