Data Dictionary: | Census 2000 |
Data Source: | U.S. Census Bureau and Social Explorer |
T3. | Population Density (per sq. mile) | |||||||
Universe: Total Population | ||||||||
T003_001Population Density (per sq. mile)
Percent base:
None - percentages not computed
Formula used to compute this variable:
if( ( Convert.ToSingle ( SF1:AREALAND ) / 2589988 ) == 0)
Return_Value.IsNull = true;
else
Return_Value = SF1:P001001 / ( Convert.ToSingle ( SF1:AREALAND ) / 2589988 );
|
Excerpt from: | Social Explorer, U.S. Census Bureau; 2000 Census of Population and Housing, Summary File 1: Technical Documentation, 2001. |
Summary File 1 Technical Documentation -> Appendix A. Census 2000 Geographic Terms and Concepts -> Population or Housing Unit Density |