Data Dictionary: | ACS 2007 (1-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A00002. | Population Density (per sq. mile) | |||||||
Universe: Total Population | ||||||||
A00002_001Population Density (per sq. mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(A00001_001) / Sum(A00003_002)
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || ACS07:B01001001.IsNull || Geo:AREALAND == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS07:B01001001 / (Geo:AREALAND / 2589988);
|