Data Dictionary: | COMCASTPOC2020 |
Data Source: | Social Explorer; U.S. Census Bureau |
A00002. | Population Density (Per Sq. Mile) | |||||||
Universe: Total Population | ||||||||
A00002_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 || ACS19_5yr:B01001001.IsNull || Convert.ToSingle(Geo:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS19_5yr:B01001001 / (Convert.ToSingle(Geo:AREALAND) / 2589988);
|