Skip to content

Missing data is not missing #11

@raffaem

Description

@raffaem

Consider the following code.

nuts tell us that HR03 is missing but it isn't

mydf <- data.frame(nuts_code=c("HR03", "HR04", "HR05"))
mydf_nuts <- nuts_classify(mydf, nuts_code="nuts_code")
> mydf_nuts$missing_data
# A tibble: 3 × 4
  from_code from_version from_level country
  <chr>     <chr>             <dbl> <chr>  
1 HR02      2021                  2 Croatia
2 HR03      2016                  2 Croatia # <- this is not missing
3 HR06      2021                  2 Croatia

Metadata

Metadata

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