Data Dictionary: | Social Explorer Projections 2022 |
Data Source: |
T2. | Population Density (Per Sq. Mile) | |||||||
Universe: | ||||||||
T002_002Population Density (Per Sq. Mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SEProjection2022_001_SE22_PRJ_B01001001) / Sum(T003_001)
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || ORG:SEProjection2022_001_SE22_PRJ_B01001001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = ORG:SEProjection2022_001_SE22_PRJ_B01001001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|