Closed pkoms closed 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.
Fixed.
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.