At the moment, AP has one race worth of test data, House District 5, which is about ~20 or so towns, but doing ``` python ma = client.get_state('MA') race = ma.races[0] reporting_units = race.reporting_units ``` returns a collection of all 352 MA towns. Some of them have votes, some don't. How can I help?
At the moment, AP has one race worth of test data, House District 5, which is about ~20 or so towns, but doing
returns a collection of all 352 MA towns. Some of them have votes, some don't. How can I help?