TFC-ListProject / build-the-list

build the most exhaustive list of campaigns down to the district level
0 stars 1 forks source link

join `census_*_results` to districts #27

Open dbolson opened 7 years ago

dbolson commented 7 years ago

The two census results tables have state_legislative_district_upper_chamber and state_legislative_district_lower_chamber fields that can be used to join with the districts.name field, along with the year and state fields.

We should probably extract the district number from the name to be easier to join tables.