Data Dictionary: | European Statistics 2014 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
T2. | Population Density (per Sq. Km) | |||||||
Universe: | ||||||||
T002_002Population Density (per Sq. Km)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(ES2014_008_demopjan_3_1) / Sum(ES2014_014_demord3area_1_3)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2014_014_demord3area_1_3.IsNull || ORG:ES2014_008_demopjan_3_1.IsNull || Convert.ToSingle(ORG:ES2014_014_demord3area_1_3) == 0)
oretval.IsNull = true;
else
oretval = ORG:ES2014_008_demopjan_3_1 / ORG:ES2014_014_demord3area_1_3;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Population density (per sq. km) |
Excerpt from: | Social Explorer; Eurostat: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Area |