Data Dictionary: | COMCASTPOC2020 |
Data Source: | Social Explorer; U.S. Census Bureau |
A14013. | Average Nonfamily Income (In 2019 Inflation Adjusted Dollars) | |||||||
Universe: Nonfamily Households | ||||||||
A14013_001Average Nonfamily Income (In 2019 Inflation Adjusted Dollars)
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( ACS19_5yr:B19201001 == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS19_5yr:B19214001 / ACS19_5yr:B19201001;
if (ACS19_5yr:B19201001.IsNull)
Return_Value.IsNull = true;
if (ACS19_5yr:B19214001.IsNull || ACS19_5yr:B19201001.IsNull)
Return_Value.IsNull = true;
|