Income - ACS 2016-2020 - Tempe Tracts
City of Tempe
@usgov.city_of_tempe_income_acs_2016_2020_tempe_tracts_dbef1
City of Tempe
@usgov.city_of_tempe_income_acs_2016_2020_tempe_tracts_dbef1
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: 2016-2020
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: March 17, 2022
National Figures: data.census.gov
Organization: City of Tempe
Last updated: 2024-02-09T14:57:50.237526
Tags: acs, american-community-survey, american-community-survey-acs-2016-2020-5-year-estimates, census, census-bureau, current-year, demographics, income, income-distribution, income-ranges, people, policy, tempe, tracts
CREATE TABLE table_1 (
"objectid_1" BIGINT,
"tract_id" VARCHAR,
"households_total" BIGINT,
"households_total_less_than_10" DOUBLE -- Households Total Less Than, 10,
"households_total_10_000_to_14" DOUBLE -- Households Total, 10–000 To, 14,
"households_total_15_000_to_24" DOUBLE -- Households Total, 15–000 To, 24,
"households_total_25_000_to_34" DOUBLE -- Households Total, 25–000 To, 34,
"households_total_35_000_to_49" DOUBLE -- Households Total, 35–000 To, 49,
"households_total_50_000_to_74" DOUBLE -- Households Total, 50–000 To, 74,
"households_total_75_000_to_99" DOUBLE -- Households Total, 75–000 To, 99,
"households_total_100_000_to_1" DOUBLE -- Households Total, 100–000 To, 1,
"households_total_150_000_to_1" DOUBLE -- Households Total, 150–000 To, 1,
"households_total_200_000_or_mo" DOUBLE -- Households Total, 200–000 Or Mo,
"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" DOUBLE,
"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_inc" DOUBLE,
"nonfamily_households_mean_incom" DOUBLE,
"city" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.