Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.24 KB

README.md

File metadata and controls

29 lines (21 loc) · 2.24 KB

Ratatouille Radar

A Data Science Solution for NYC DOH Restaurant Inspections

Goal

This project is a data science solution for New York City Department of Health to help restaurant inspectors efficiently identify restaurant health code violation by better understanding rodent sighting pattern in various neighborhoods in NYC. The project uses the NYC Restaurant Inspection data, NYC 311 Calls for rodent sighting reports, and NYC current restaurant data. With the predictive model, restaurant inspectors can catch the same or more number of health code violation with less inspection conducted by better targeting city resources at what appear to be ratty-kittchen hotspots. After preliminary analysis, in addition to visualizations, the Tableau interactive dashboard can be used as prototype of this project to identify the restaurants in high-risk area for rodent violations based on sightings pattern.

To learn more, see my blog post, Presentation Slides, and the Tableau interactive dashboard.

Workflow

  1. Data Acquisition
  2. EDA with Excel
    a. 311call
    b. Restaurant Inspections
    c. Restaurant Data
  3. Tableau Workbook
  4. Python Folium Map Analysis
  5. (attempt with classification model)

Technologies

  • SQLite
  • sqlalchemy
  • Python (Numpy and Pandas)
  • Excel
  • Tableau
  • Folium