Skip to content

馃悰incorrect and missing guids in cleaned lab_data file#435

Description

@michellesloan-cdc

When colleagues were running a desk review for Uganda, they noticed issues with guids at the province level in the lab data. Several guids were missing, and upon further investigation, also found that some provinces had multiple guids. Further investigation is needed and correction to lab function or upstream function.

Run the following to replicate an example of the issue:
sirfunctions_io("read", NULL, "GID/PEB/SIR/Data/lab/cleaned_lab_data.rda") lab_data_cleaned <- clean_lab_data(lab_data, "2023-01-01", "2026-04-07", raw_data$afp) lab_data_cleaned |> dplyr::filter(prov == "KARAMOJA") |> dplyr::distinct(adm1guid)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions