Chicago Food Inspections
Over 220k rows of food inspections in Chicago with pass/fail results
@kaggle.tjkyner_chicago_food_inspections
Over 220k rows of food inspections in Chicago with pass/fail results
@kaggle.tjkyner_chicago_food_inspections
The below description of this dataset is directly from the Chicago Department of Public Health's Food Protection Program:
This information is derived from inspections of restaurants and other food
establishments in Chicago from January 1, 2010 to the present. Inspections are performed by
staff from the Chicago Department of Public Health’s Food Protection Program. Inspections are
done using a standardized procedure. The results of the inspection are inputted into a database,
then reviewed and approved by a State of Illinois Licensed Environmental Health Practitioner
(LEHP). A subset of data elements are extracted from this database and downloaded into this
data portal. These elements are:
Data source: City of Chicago Data Portal
Image source: Dan Gold on Unsplash
Some ideas to investigate to help get you started:
folium
or plotly
CREATE TABLE food_inspections (
"inspection_id" BIGINT,
"dba_name" VARCHAR,
"aka_name" VARCHAR,
"license" DOUBLE,
"facility_type" VARCHAR,
"risk" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"inspection_date" TIMESTAMP,
"inspection_type" VARCHAR,
"results" VARCHAR,
"violations" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.