democracyworks / dog-catcher

Scrapes data for great democracy win
MIT License
2 stars 0 forks source link

Streamline FIPs code #5

Closed pkoms closed 11 years ago

pkoms commented 11 years ago

There's a way to cut some of the FIPs code down to a much simpler operation:

Create a RE: county_name + "\t" + voter_state + "\t" + (\d+)

Match the text in the FIPs file with that RE.

BOOM.

pkoms commented 11 years ago

Fixed.