From 7ccf98777191a99039702612951c370029fe0778 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Thu, 4 Jun 2026 12:10:29 -0700 Subject: [PATCH] This CL adds new imports "EuroStat_Population_on_1_January_by_age_group_and_sex" and "EuroStat_Usually_resident_population_on_1_January" from Eurostat Database. PiperOrigin-RevId: 926818063 --- ...January_by_age_group_and_sex_stat_vars.mcf | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 stat_vars/EuroStat_Population_on_1_January_by_age_group_and_sex_stat_vars.mcf diff --git a/stat_vars/EuroStat_Population_on_1_January_by_age_group_and_sex_stat_vars.mcf b/stat_vars/EuroStat_Population_on_1_January_by_age_group_and_sex_stat_vars.mcf new file mode 100644 index 000000000..758b5f23d --- /dev/null +++ b/stat_vars/EuroStat_Population_on_1_January_by_age_group_and_sex_stat_vars.mcf @@ -0,0 +1,28 @@ +Node: dcid:Count_Person_AgeNotStated +typeOf: dcid:StatisticalVariable +name: "Count person: age unspecified age not stated" +description: "Number of people with age not stated." +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: dcid:USC_AgeNotStated + +Node: dcid:Count_Person_AgeNotStated_Female +typeOf: dcid:StatisticalVariable +name: "Count person: age usc age not stated, gender female" +description: "Number of people with age not stated and female gender." +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: dcid:USC_AgeNotStated +gender: dcid:Female + +Node: dcid:Count_Person_AgeNotStated_Male +typeOf: dcid:StatisticalVariable +name: "Count person: age usc age not stated, gender male" +description: "Number of people with age not stated and male gender." +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: dcid:USC_AgeNotStated +gender: dcid:Male