Data Dictionary: | ACS 2010 (3-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
T57. | Average Household Income by Race (In 2010 Inflation Adjusted Dollars) | |||||||
Universe: Households by Race | ||||||||
T057_005 Asian Alone
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(B19025D001) / Sum(B19001D001)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ACS2010_3yr:B19001D001 == 0 )
oretval.IsNull = true;
else
oretval = ACS2010_3yr:B19025D001 / ACS2010_3yr:B19001D001;
return oretval;
|
Excerpt from: | Social Explorer; U.S. Census Bureau; American Community Survey 2008-2010 Summary File: Technical Documentation. |
ACS 2010 3-Year Summary File: Technical Documentation -> Appendix A. Supplemental Documentation -> 2010 Subject Definitions -> Population Variables -> Income in the Past 12 Months -> Mean Income |
Excerpt from: | Social Explorer; U.S. Census Bureau; American Community Survey 2008-2010 Summary File: Technical Documentation. |
ACS 2010 3-Year Summary File: Technical Documentation -> Appendix A. Supplemental Documentation -> 2010 Subject Definitions -> Population Variables -> Income in the Past 12 Months -> Income of Households |