Baselight

ACS 5 Year Data By Ward

City of Chicago

@usgov.city_of_chicago_acs_5_year_data_by_ward

Loading...
Loading...

About this Dataset

ACS 5 Year Data By Ward

Selected variables from the most recent 5 year ACS Community Survey (Released 2023) aggregated by Ward. Additional years will be added as they become available.

The underlying algorithm to create the dataset calculates the percent of a census tract that falls within the boundaries of a given ward. Given that census tracts and ward boundaries are not aligned, these figures should be considered an estimate.

Total Population in this Dataset: 2,649,803
Total Population of Chicago reported by ACS 2023: 2,664,452
% Difference: %-0.55

There are different approaches in common use for displaying Hispanic or Latino population counts. In this dataset, following the approach taken by the Census Bureau, a person who identifies as Hispanic or Latino will also be counted in the race category with which they identify. However, again following the Census Bureau data, there is also a column for White Not Hispanic or Latino.

The City of Chicago is actively soliciting community input on how best to represent race, ethnicity, and related concepts in its data and policy. Every dataset, including this one, has a "Contact dataset owner" link in the Actions menu. You can use it to offer any input you wish to share or to indicate if you would be interested in participating in live discussions the City may host.

Code can be found here: https://github.com/Chicago/5-Year-ACS-Survey-Data

Ward Shapefile:

https://data.cityofchicago.org/Facilities-Geographic-Boundaries/Boundaries-Wards-2023-Map/cdf7-bgn3

Census Area Python Package Documentation:

https://census-area.readthedocs.io/en/latest/index.html
Organization: City of Chicago
Last updated: 2025-02-07T23:46:05.982273
Tags: census, federal, population, ward

Tables

Table 1

@usgov.city_of_chicago_acs_5_year_data_by_ward.table_1
  • 29.32 KB
  • 50 rows
  • 30 columns
Loading...

CREATE TABLE table_1 (
  "acs_year" BIGINT,
  "ward" BIGINT,
  "under_25_000" BIGINT,
  "n__25_000_to_49_999" BIGINT,
  "n__50_000_to_74_999" BIGINT,
  "n__75_000_to_125_000" BIGINT,
  "n__125_000" BIGINT,
  "male_0_to_17" BIGINT,
  "male_18_to_24" BIGINT,
  "male_25_to_34" BIGINT,
  "male_35_to_49" BIGINT,
  "male_50_to_64" BIGINT,
  "male_65" BIGINT,
  "female_0_to_17" BIGINT,
  "female_18_to_24" BIGINT,
  "female_25_to_34" BIGINT,
  "female_35_to_49" BIGINT,
  "female_50_to_64" BIGINT,
  "female_65" BIGINT,
  "total_population" BIGINT,
  "white" BIGINT,
  "black_or_african_american" BIGINT,
  "american_indian_or_alaska_native" BIGINT,
  "asian" BIGINT,
  "native_hawaiian_or_pacific_islander" BIGINT,
  "other_race" BIGINT,
  "multiracial" BIGINT,
  "white_not_hispanic_or_latino" BIGINT,
  "hispanic_or_latino" BIGINT,
  "record_id" VARCHAR
);

Share link

Anyone who has the link will be able to view this.