IBM Data Science Chicago Assignment
A project with data from Chicago's education, census and crime
@kaggle.antonioskokiantonis_ibm_data_science_chicago_assignment
A project with data from Chicago's education, census and crime
@kaggle.antonioskokiantonis_ibm_data_science_chicago_assignment
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
);
Anyone who has the link will be able to view this.