Income - ACS 2019-2023 - Tempe Tracts
City of Tempe
@usgov.city_of_tempe_income_acs_2019_2023_tempe_tracts
City of Tempe
@usgov.city_of_tempe_income_acs_2019_2023_tempe_tracts
This layer shows household income ranges for households, families, married couple families, and nonfamily households (as defined by the U.S. Census).
Data is from US Census American Community Survey (ACS) 5-year estimates.
This layer is symbolized to show median household income. To see the full list of attributes available in this service, go to the "Data" tab, and choose "Fields" at the top right (in ArcGIS Online). To view only the census tracts that are predominantly in Tempe, add the expression City is Tempe in the map filter settings.
Layer includes:
Total households (of various types including households, families, married couple families, and nonfamily households as defined by the U.S. Census)
Household income brackets
Household median income in dollars
Household mean income in dollars
A ‘Null’ entry in the estimate indicates that data for this geographic area cannot be displayed because the number of sample cases is too small (per the U.S. Census).
Current Vintage: 2019-2023
ACS Table(s): S1901 (Not all lines of this ACS table are available in this feature layer.)
Data downloaded from: Census Bureau's API for American Community Survey
Data Preparation: Data table downloaded and joined with Census Tract boundaries that are within or adjacent to the City of Tempe boundary
Date of Census update: December 12, 2024
National Figures: data.census.gov
Organization: City of Tempe
Last updated: 2025-04-26T16:28:09.401629
Tags: acs, american-community-survey, american-community-survey-acs-2019-2023-5-year-estimates, census, census-bureau, current-year, demographics, income, income-distribution, income-ranges, people, policy, tempe, tracts
CREATE TABLE table_1 (
"objectid" BIGINT,
"geoid" BIGINT,
"tract_id" VARCHAR,
"city" VARCHAR,
"households_total" BIGINT,
"households_total_less_than_10k" VARCHAR -- Households Total Less Than, 10K,
"households_total_10k_to_14k" VARCHAR -- Households Total, 10K To, 14K,
"households_total_15k_to_24k" VARCHAR,
"households_total_25k_to_34k" VARCHAR -- Households Total, 25k To, 34k,
"households_total_35k_to_49k" VARCHAR,
"households_total_50k_to_74k" VARCHAR,
"households_total_75k_to_99k" VARCHAR,
"households_total_100k_to_150k" VARCHAR,
"households_total_150k_to_199k" VARCHAR,
"households_total_200k_or_more" VARCHAR,
"households_median_income_dolla" VARCHAR -- Households Median Income, Dolla,
"households_mean_income_dollars" VARCHAR -- Households Mean Income, Dollars,
"families_total" BIGINT,
"families_total_less_than_10_00" VARCHAR -- Families Total Less Than, 10–00,
"families_total_10_000_to_14_9" VARCHAR -- Families Total, 10–000 To, 14–9,
"families_total_15_000_to_24_9" VARCHAR -- Families Total, 15–000 To, 24–9,
"families_total_25_000_to_34_9" VARCHAR -- Families Total, 25–000 To, 34–9,
"families_total_35_000_to_49_9" VARCHAR -- Families Total, 35–000 To, 49–9,
"families_total_50_000_to_74_9" VARCHAR -- Families Total, 50–000 To, 74–9,
"families_total_75_000_to_99_9" VARCHAR -- Families Total, 75–000 To, 99–9,
"families_total_100_000_to_149" VARCHAR -- Families Total, 100–000 To, 149,
"families_total_150_000_to_199" VARCHAR -- Families Total, 150–000 To, 199,
"families_total_200_000_or_more" VARCHAR -- Families Total, 200–000 Or More,
"families_median_income_dollars" VARCHAR -- Families Median Income, Dollars,
"families_mean_income_dollars" VARCHAR -- Families Mean Income, Dollars,
"marriedcouple_families_total" BIGINT,
"marriedcouple_families_total_le" VARCHAR,
"marriedcouple_families_total_1" VARCHAR -- Marriedcouple Families Total, 1,
"marriedcouple_families_total_2" VARCHAR -- Marriedcouple Families Total, 2,
"marriedcouple_families_total_3" VARCHAR -- Marriedcouple Families Total, 3,
"marriedcouple_families_total_4" VARCHAR -- Marriedcouple Families Total, 4,
"marriedcouple_families_total_5" VARCHAR -- Marriedcouple Families Total, 5,
"marriedcouple_families_total_7" VARCHAR -- Marriedcouple Families Total, 7,
"marriedcouple_families_total_6" VARCHAR -- Marriedcouple Families Total, 6,
"marriedcouple_families_total_8" VARCHAR -- Marriedcouple Families Total, 8,
"marriedcouple_families_total_9" VARCHAR -- Marriedcouple Families Total, 9,
"marriedcouple_families_median_i" VARCHAR,
"marriedcouple_families_mean_inc" VARCHAR,
"nonfamily_households_total" BIGINT,
"nonfamily_households_total_less" VARCHAR,
"nonfamily_households_total_10" VARCHAR -- Nonfamily Households Total, 10,
"nonfamily_households_total_15" VARCHAR -- Nonfamily Households Total, 15,
"nonfamily_households_total_25" VARCHAR -- Nonfamily Households Total, 25,
"nonfamily_households_total_35" VARCHAR -- Nonfamily Households Total, 35,
"nonfamily_households_total_50" VARCHAR -- Nonfamily Households Total, 50,
"nonfamily_households_total_75" VARCHAR -- Nonfamily Households Total, 75,
"nonfamily_households_total_100" VARCHAR -- Nonfamily Households Total, 100,
"nonfamily_households_total_150" VARCHAR -- Nonfamily Households Total, 150,
"nonfamily_households_total_200" VARCHAR -- Nonfamily Households Total, 200,
"nonfamily_households_median" VARCHAR,
"nonfamily_households_mean" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.