Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
colon
Browse files Browse the repository at this point in the history
  • Loading branch information
jschleuss committed Jan 7, 2017
1 parent c070f71 commit eeee19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ for f in shapefiles/*.shp; do ogr2ogr -update -append merged.shp $f -f "ESRI Sha

After that, you should be able to join with [all_precinct_results.csv](https://github.com/datadesk/california-2016-election-precinct-maps/blob/master/final-results/all_precinct_results.csv).

If you need to recompile the `all_precinct_results.csv` you can run this [csvstack command](http://csvkit.readthedocs.io/en/1.0.1/scripts/csvstack.html)
If you need to recompile the `all_precinct_results.csv` you can run this [csvstack command](http://csvkit.readthedocs.io/en/1.0.1/scripts/csvstack.html):
```
csvstack final-results/*-munged.csv > final-results/all_precinct_results.csv;
```
Expand Down

0 comments on commit eeee19d

Please sign in to comment.