Skip to content

Metadata: Different kinds of missingness #171

Description

@dpprdan

Destatis reports different kinds of missingness on regionalstatistik.de (e.g. 0 apparently does not mean zero).

grafik

For example regionalstatistik.de reports . for statistic 61511:BAU001 (Veräußerungsfälle von Bauland), region Flensburg (01001), year 2018.

grafik

api.datengui.de and tabular.genesapi.org report this as 0.

r <- purrr::partial(read.csv, colClasses = "character")
r("https://tabular.genesapi.org/?data=61511:BAU001&time=2018&region=01001&labels=id")
#>   region_id year measure value statistic
#> 1     01001 2018  BAU001     0     61511

Would it be possible to report different kinds of missingness? And is this even desirable, given that one would have to switch from numeric to character values for example? If not, should there be at least a distinction between NULL and 0?

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