Data Dictionary: | ACS 2013 (1-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A00002. | Population Density (Per Sq. Mile) | |||||||
Universe: Total Population | ||||||||
A00002_002Population Density (Per Sq. Mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(B01001001) / Sum(A00003_002)
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || ACS13:B01001001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS13:B01001001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|