Data Dictionary: | ACS 2009 (3-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A1. | Population Density (Per Sq. Mile) | |||||||
Universe: Total Population | ||||||||
A001_001Population Density (Per Sq. Mile)
Percent base:
None - percentages not computed
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || ACS09_3yr:B01001001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS09_3yr:B01001001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|