Last active
August 29, 2015 14:05
-
-
Save thejefflarson/1221ad1984eba794fd9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| all: boston-results.csv | |
| schools.csv: download.py | |
| python download.py > schools.csv | |
| boston-schools.csv: schools.csv | |
| csvgrep -c 1 -m boston schools.csv > boston-schools.csv | |
| boston-schools.db: boston-schools.csv | |
| python build-dataset.py # in practice will output a sqlite db called boston-schools.db | |
| boston-results.csv: boston-schools.db boston.yml | |
| datafreeze boston.yml | |
| .PHONY: all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment