censusreporter / census-postgres-scripts

Scripts used to set up census-postgres on an Amazon EC2 instance.
MIT License
65 stars 34 forks source link

Proposed fix for jam values in table based files #27

Open JoeGermuska opened 7 months ago

JoeGermuska commented 7 months ago

I added a chunk of script at the bottom of the two table-based downloader files to strip out the specified "jam values" from data files, so that we don't inadvertently load spurious values next time we run these processes.

I've tested the code separate from actually loading the files into Postgres, but I figured it deserved more eyes, so submitting as a PR for @iandees review.