Data Dictionary: | ACS 2023 (1-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A18005. | Average Gross Rent | |||||||
Universe: Renter-occupied housing units | ||||||||
A18005_001Average Gross Rent for Renter-Occupied Housing Units
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(A18004_001) / Sum(A18002_001)
Formula used to compute this variable:
if( ACS23:B25070001 == 0)
Return_Value.IsNull = true;
else
Return_Value = ACS23:B25065001 / ACS23:B25070001;
if (ACS23:B25070001.IsNull)
Return_Value.IsNull = true;
if (ACS23:B25065001.IsNull || ACS23:B25070001.IsNull)
Return_Value.IsNull = true;
|