ncopenpass / CampaignFinanceDataPipeline

Data Pipeline for NC Campaign Finance Dashboard
Apache License 2.0
2 stars 4 forks source link

Initial files for committee clean-up (`ncopenpass-committee-clean`) #12

Closed jumptable closed 3 years ago

jumptable commented 3 years ago

Created an initial script and supporting files for doing the committee/candidate linking.

Main script for doing the cleanup is: -ncopenpass-committee-clean.py

Setup for running script would be to do the following:

Right now the workflow is just to evaluate in a REPL and possibly dump out to clipboard and into e.g. LibreOffice Calc for inspection, but no IO is happening yet. Script assumes committee data is present in the s3-data directory (which it should be if make data-pull has been run), manual editing is done by changing this manual_override.csv file in order to have it update at the last stage of the process.

Supporting files for setup/running are: