Data Dictionary: | ACS 2014 Supplemental Estimates |
Data Source: | Social Explorer; U.S. Census Bureau |
T2. | Population Density (per sq. mile) | |||||
Universe: Total Population | ||||||
T002_003Area (Land)
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
if(ORG:AREALAND.IsNull)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToSingle(ORG:AREALAND) / 2589988;
|