Skip to content

pubdata/restaurant-inspections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restaurant-inspections

Data analysis on LIVES (restaurant inspection) data.

Synopsis

A Jupyter notebook that can perform some analyis on the common restaurant inspection data format pioneered by Yelp.

Installation

This assumes you've already installed Python3, Pandas, and Jupyter (Jupyter-Notebook, or Jupyter-Lab).

$ cd [your workspace]
$ git clone https://github.com/pubdata/restaurant-inspections.git
$ cd restaurant-inspections/notebooks
$ jupyter notebook

Update to the latest data

$ cd [your workspace]/restaurant-inspections
$ wget http://ehservices.publichealth.lacounty.gov/LIVES/LABusinesses.zip -O data/LABusinesses.zip
$ unzip -o -d data data/LABusinesses.zip

Example

A read-only view of the notebook can be viewed from the github repository.

A blog article describes the analysis further.

License

MIT