Data Dictionary: | Population Estimates 2017 |
Data Source: | Social Explorer; U.S. Census Bureau |
T1. | Population Density (per Sq. Mile) | |||||||
Universe: | ||||||||
T001_002Population Density (per Sq. Mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(POPEST2017_001_AGEGROUP0_RACE0_SEX0_HISP0) / Sum(T029_001)
Formula used to compute this variable:
if (SE:T029_001.IsNull || ORG:POPEST2017_001_AGEGROUP0_RACE0_SEX0_HISP0.IsNull || Convert.ToSingle(SE:T029_001) == 0)
Return_Value.IsNull = true;
else
Return_Value = ORG:POPEST2017_001_AGEGROUP0_RACE0_SEX0_HISP0 / (Convert.ToSingle(SE:T029_001));
|