Baselight

IBM Data Science Chicago Assignment

A project with data from Chicago's education, census and crime

@kaggle.antonioskokiantonis_ibm_data_science_chicago_assignment

Chicagocensusdata
@kaggle.antonioskokiantonis_ibm_data_science_chicago_assignment.chicagocensusdata

  • 11.88 KB
  • 78 rows
  • 9 columns
community_area_number

COMMUNITY AREA NUMBER

community_area_name

COMMUNITY AREA NAME

percent_of_housing_crowded

PERCENT OF HOUSING CROWDED

percent_households_below_poverty

PERCENT HOUSEHOLDS BELOW POVERTY

percent_aged_16_unemployed

PERCENT AGED 16, UNEMPLOYED

percent_aged_25_without_high_school_diploma

PERCENT AGED 25, WITHOUT HIGH SCHOOL DIPLOMA

percent_aged_under_18_or_over_64

PERCENT AGED UNDER 18 OR OVER 64

per_capita_income

PER CAPITA INCOME

hardship_index

HARDSHIP INDEX

1Rogers Park7.723.68.718.227.52393939
2West Ridge7.817.28.820.838.52304046
3Uptown3.8248.911.822.23578720
4Lincoln Square3.410.98.213.425.53752417
5North Center0.37.55.24.526.2571236
6Lake View1.111.44.72.617600585
7Lincoln Park0.812.35.13.621.5715512
8Near North Side1.912.972.522.6886691
9Edison Park1.13.36.57.435.3409598
10Norwood Park25.4911.539.53287521

CREATE TABLE chicagocensusdata (
  "community_area_number" DOUBLE,
  "community_area_name" VARCHAR,
  "percent_of_housing_crowded" DOUBLE,
  "percent_households_below_poverty" DOUBLE,
  "percent_aged_16_unemployed" DOUBLE,
  "percent_aged_25_without_high_school_diploma" DOUBLE,
  "percent_aged_under_18_or_over_64" DOUBLE,
  "per_capita_income" BIGINT,
  "hardship_index" DOUBLE
);

Share link

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