Skip to content

graphicsdesk/restaurant-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guiding question: How expensive are local food businesses?

Setup

  1. Make sure you have Python 3 installed.

  2. We are going to use pipenv to manage the packages we use. Install it by running this command in the terminal (you may have to first install brew):

brew install pipenv

First Steps

  1. Copy this repository onto your machine. To do this, run this command in the terminal:
git clone git@github.com:spec-journalism/restaurant-prices.git
  1. Navigate to the newly created restaurant-prices folder by running:
cd restaurant-prices
  1. Now run pipenv install to install all the packages listed in the Pipfile. (The Pipfile is a file in this repository that lists all the packages we need so pipenv knows which ones to get.)

  2. Run pipenv shell to be able to access the newly installed packages.

  3. We will be using Jupyter Notebooks to do this analysis. Please watch this short introduction on Jupyter.

  4. Run jupyter notebook to start the notebook. Go into the notebooks directory, then open the fetcher.ipynb notebook.

  5. You're ready to do data reporting!

About

Mapping the price ranges of local restaurants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published