Baselight

DOHMH NewYork City Restaurant Inspection Results

Discover New York city restaurants inspection results for the five boroughs

@kaggle.sdawar_dohmh_newyork_city_restaurant_inspection_results

Loading...
Loading...

About this Dataset

DOHMH NewYork City Restaurant Inspection Results

Context

New York city restaurant inspection data from 2013 to 2020 (2020 has limited data probably due to restaurants being closed and/or less inspections being carried out due to COVID)

Content

The dataset contains every sustained or not yet adjudicated violation citation from every full or special program inspection conducted up to three years prior to the most recent inspection for restaurants and college cafeterias in an active status on the RECORD DATE (date of the data pull). When an inspection results in more than one violation, values for associated fields are repeated for each additional violation record. Establishments are uniquely identified by their CAMIS (record ID) number. Only restaurants in an active status are included in the dataset.

Records are also included for each restaurant that has applied for a permit but has not yet been inspected and for inspections resulting in no violations. Establishments with inspection date of 1/1/1900 are new establishments that have not yet received an inspection. Restaurants that received no violations are represented by a single row and coded as having no violations using the ACTION field.

So how are these grades actually determined? Per DOHMH, restaurants receive an initial inspection during which they are assigned points for any violations found. If those points add up to less than 14, the restaurant receives an A and will be reinspected in 12 months. If the restaurant receives 14 or more points, the restaurant will be reinspected 7 or more days later. The score from the re-inspection determines the grade to be posted. If the restaurant scores more than 14 points again, they have the option of posting their B or C grade card or a “GRADE PENDING” card, until their violations are adjudicated through an Office of Administrative Trials and Hearings (OATH) hearing. This process is summarized in the graphic below.

In other words, each restaurant has three chances per cycle to receive an A (Initial inspection, re-inspection, final adjudication). Note that the initial score also determines how quickly the inspection cycle begins again for each restaurant; restaurants with a higher number of violations are reinspected sooner than those with fewer violations. This graphic also does not describe conditions under which restaurants face closure by the DOHMH.

Acknowledgements

This dataset and the information on the Health Department’s Restaurant Grading website come from the same data source. The Health Department’s Restaurant Grading website is here

Inspiration

The goal is to analyze and interpret the results across multiple variables and find interesting observations, co-relations or patterns

Tables

Dohmh New York City Restaurant Inspection Results

@kaggle.sdawar_dohmh_newyork_city_restaurant_inspection_results.dohmh_new_york_city_restaurant_inspection_results
  • 10.28 MB
  • 393931 rows
  • 26 columns
Loading...

CREATE TABLE dohmh_new_york_city_restaurant_inspection_results (
  "camis" BIGINT,
  "dba" VARCHAR,
  "boro" VARCHAR,
  "building" VARCHAR,
  "street" VARCHAR,
  "zipcode" DOUBLE,
  "phone" VARCHAR,
  "cuisine_description" VARCHAR,
  "inspection_date" VARCHAR,
  "action" VARCHAR,
  "violation_code" VARCHAR,
  "violation_description" VARCHAR,
  "critical_flag" VARCHAR,
  "score" DOUBLE,
  "grade" VARCHAR,
  "grade_date" VARCHAR,
  "record_date" VARCHAR,
  "inspection_type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "community_board" DOUBLE,
  "council_district" DOUBLE,
  "census_tract" DOUBLE,
  "bin" DOUBLE,
  "bbl" DOUBLE,
  "nta" VARCHAR
);

Share link

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