Created
January 2, 2011 21:41
-
-
Save tdsmith/762846 to your computer and use it in GitHub Desktop.
eatsure-van data formats
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
restos.tab | |
# tab-separated values | |
# now we have the restaurant list in a table | |
# the table has, in tab-separated columns: | |
# 0: restaurant name | |
# 1: unit, street address | |
# 2: jurisdiction (not quite city) | |
# 3: date of last inspection (DD-Mon-YYYY) | |
# 4: Restaurant GUID | |
geocoded_restos.tab | |
restaurant_guid [tab] lat,long | |
scores.pickle | |
pickled Python object | |
scores['restaurant_guid'] = int(number of recent reinspections) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment