Data Dictionary: | Census 2000 on 2010 Geographies |
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
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || RC2000SF1:RC2000SF1_001_P001001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = RC2000SF1:RC2000SF1_001_P001001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|