Data Dictionary: | ACS 2019 Supplemental Estimates |
Data Source: | Social Explorer; U.S. Census Bureau |
T2. | Population Density (per sq. mile) | |||||||
Universe: Total Population | ||||||||
T002_002Population Density (per sq. mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(K200101001) / Sum(T003_002)
Formula used to compute this variable:
if (ORG:AREALAND.IsNull || ORG:K200101001.IsNull || Convert.ToSingle(ORG:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = ORG:K200101001 / (Convert.ToSingle(ORG:AREALAND) / 2589988);
|