Skip to content

feldjay/thai-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thai-finder

A lightweight web application for displaying the Thai restaurants with the top 10 health inspection ratings in NYC! Hosted on Heroku here: https://peaceful-dawn-79662.herokuapp.com/

Schema

 alt tag Because the data is denormalized in the NYC Open Data CSV--the rows contain information for every health inspection, meaning restaurants appear multiple times)--pandas is used to manipulate the rows into Dataframes, which are then inserted into the SQL database. Using the external ID (header 'CAMIS') as the unique identifier, A table of restaurants is made with the restaurant's identifying information. The grade table stores the health rating information about each restaurant, which it foreign keys to. The CSV is maintained externally and scraped from the NYC Open Data website in a background process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published