Data analysis on LIVES (restaurant inspection) data.
A Jupyter notebook that can perform some analyis on the common restaurant inspection data format pioneered by Yelp.
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
$ 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
A read-only view of the notebook can be viewed from the github repository.
A blog article describes the analysis further.
MIT