Income - ACS 2018-2022 - Tempe Tracts
City of Tempe
@usgov.city_of_tempe_income_acs_2018_2022_tempe_tracts
City of Tempe
@usgov.city_of_tempe_income_acs_2018_2022_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:
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: 2018-2022
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 15, 2023
National Figures: data.census.gov
Organization: City of Tempe
Last updated: 2024-02-09T15:07:44.592253
Tags: acs, american-community-survey, american-community-survey-acs-2018-2022-5-year-estimates, census, census-bureau, current-year, demographics, income, income-distribution, income-ranges, people, policy, tempe, tracts
CREATE TABLE table_1 (
"objectid" BIGINT,
"namelsad" VARCHAR,
"city" VARCHAR,
"households_total" BIGINT,
"households_total_less_than_10k" DOUBLE -- Households Total Less Than, 10K,
"households_total_10k_to_14k" DOUBLE -- Households Total, 10K To, 14K,
"households_total_15k_to_24k" DOUBLE,
"households_total_25k_to_34k" DOUBLE -- Households Total, 25k To, 34k,
"households_total_35k_to_49k" DOUBLE,
"households_total_50k_to_74k" DOUBLE,
"households_total_75k_to_99k" DOUBLE,
"households_total_100k_to_150k" DOUBLE,
"households_total_150k_to_199k" DOUBLE,
"households_total_200k_or_more" DOUBLE,
"households_median_income_dolla" DOUBLE -- Households Median Income, Dolla,
"households_mean_income_dollars" DOUBLE -- Households Mean Income, Dollars,
"families_total" BIGINT,
"families_total_less_than_10_00" DOUBLE -- Families Total Less Than, 10–00,
"families_total_10_000_to_14_9" DOUBLE -- Families Total, 10–000 To, 14–9,
"families_total_15_000_to_24_9" DOUBLE -- Families Total, 15–000 To, 24–9,
"families_total_25_000_to_34_9" DOUBLE -- Families Total, 25–000 To, 34–9,
"families_total_35_000_to_49_9" DOUBLE -- Families Total, 35–000 To, 49–9,
"families_total_50_000_to_74_9" DOUBLE -- Families Total, 50–000 To, 74–9,
"families_total_75_000_to_99_9" DOUBLE -- Families Total, 75–000 To, 99–9,
"families_total_100_000_to_149" DOUBLE -- Families Total, 100–000 To, 149,
"families_total_150_000_to_199" DOUBLE -- Families Total, 150–000 To, 199,
"families_total_200_000_or_more" DOUBLE -- Families Total, 200–000 Or More,
"families_median_income_dollars" DOUBLE -- Families Median Income, Dollars,
"families_mean_income_dollars" DOUBLE -- Families Mean Income, Dollars,
"marriedcouple_families_total" BIGINT,
"marriedcouple_families_total_le" DOUBLE,
"marriedcouple_families_total_1" DOUBLE -- Marriedcouple Families Total, 1,
"marriedcouple_families_total_2" DOUBLE -- Marriedcouple Families Total, 2,
"marriedcouple_families_total_3" DOUBLE -- Marriedcouple Families Total, 3,
"marriedcouple_families_total_4" DOUBLE -- Marriedcouple Families Total, 4,
"marriedcouple_families_total_5" DOUBLE -- Marriedcouple Families Total, 5,
"marriedcouple_families_total_7" DOUBLE -- Marriedcouple Families Total, 7,
"marriedcouple_families_total_6" DOUBLE -- Marriedcouple Families Total, 6,
"marriedcouple_families_total_8" DOUBLE -- Marriedcouple Families Total, 8,
"marriedcouple_families_total_9" DOUBLE -- Marriedcouple Families Total, 9,
"marriedcouple_families_median_i" DOUBLE,
"marriedcouple_families_mean_inc" VARCHAR,
"nonfamily_households_total" BIGINT,
"nonfamily_households_total_less" DOUBLE,
"nonfamily_households_total_10" DOUBLE -- Nonfamily Households Total, 10,
"nonfamily_households_total_15" DOUBLE -- Nonfamily Households Total, 15,
"nonfamily_households_total_25" DOUBLE -- Nonfamily Households Total, 25,
"nonfamily_households_total_35" DOUBLE -- Nonfamily Households Total, 35,
"nonfamily_households_total_50" DOUBLE -- Nonfamily Households Total, 50,
"nonfamily_households_total_75" DOUBLE -- Nonfamily Households Total, 75,
"nonfamily_households_total_100" DOUBLE -- Nonfamily Households Total, 100,
"nonfamily_households_total_150" DOUBLE -- Nonfamily Households Total, 150,
"nonfamily_households_total_200" DOUBLE -- Nonfamily Households Total, 200,
"nonfamily_households_median" DOUBLE,
"nonfamily_households_mean" DOUBLE,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.