Data Dictionary: | Census 1990 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
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are selected
Formula used to compute this variable:
if (Geo:AREALAND.IsNull || RC1990SF1:RC1990SF1_001_P001_001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = RC1990SF1:RC1990SF1_001_P001_001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|