Health Inspections (2020-2023)
City of San Francisco
@usgov.city_of_san_francisco_health_inspections_2020_2023
City of San Francisco
@usgov.city_of_san_francisco_health_inspections_2020_2023
SUMMARY This dataset contains the results of health inspections conducted by the Department of Public Health from 2020 to 2023. It includes the name and location of each facility inspected, the inspection score, and any violations observed. HOW THIS DATASET IS CREATED After inspecting a facility, a Health Inspector assigns a score based on observed violations. UPDATE PROCESS This dataset is historical and will not be updated RELATED DATASETS
CREATE TABLE table_1 (
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"inspection_id" BIGINT,
"date" VARCHAR,
"facility_status" VARCHAR,
"inspection_type" VARCHAR,
"violation_observed" VARCHAR,
"description" VARCHAR,
"the_geom" VARCHAR
);Anyone who has the link will be able to view this.