Skip to content

Instantly share code, notes, and snippets.

@paulsmith
Last active May 29, 2016 20:00
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save paulsmith/1564a99cc7b5d3f8e90c to your computer and use it in GitHub Desktop.
Chicago 2015 mayoral election results by precinct
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
all: results.csv
results.csv: scrape.py
python $< > $@.tmp
mv $@.tmp $@
clean:
-rm -f results.csv
.PHONY : clean
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment