rOpenGov / sotkanet

R Tools for the Sotkanet demographics indicator database (covering Finland and Europe)
http://ropengov.github.io/sotkanet
Other
9 stars 3 forks source link

Problem with EU statistics retrieval #22

Open pitkant opened 3 months ago

pitkant commented 3 months ago

There seems to be a problem with retrieving indicators for EU data such as indicator 10013 (EU) Unemployment rate of young people aged 16-24 years

Tested on https://sotkanet.fi website GUI:

pitkant commented 3 months ago

"Indicator "(EU) Unemployment rate of young people aged 16-24 years" [id:10013] has no data for the gender "combined""

The default for indicators is "total" but this dataset does not have observations for total (combined). This is interesting since "total" is mentioned in SotkanetIndicatorMetadata:

$classifications$sex$values
[1] "male"   "female" "total" 

I wonder how many indicators don't have values for total and whether "total" is a sensible default.