-
Notifications
You must be signed in to change notification settings - Fork 1
Restaurant Inspection Scores
robertdenton edited this page Jun 18, 2014
·
1 revision
Data can be found here: http://apps.lanecounty.org/RIS/
- To get at the data just click search without filling in any fields
- Copy and paste HTML table into a Google spreadsheet or Excel
- Download/save as a CSV
- Open in Sublime or preferred text editor
- Replace each
\n"with; - Replace each
"with nothing - Replace each
\nwith, - Replace each
;with\n - Replace each
,\swith\s
You should be left with a clean, CSV-formatted text file. Feel free to add in the table head values or do that back in Google Drive or Excel. Import to Fusion Tables and use the marker buckets. Make sure to "use these values" so that the 100 scores are included.
To do: Create Sublime Text macro to clean data