datamade / openness-project-nmid

Money Trail NM - New Mexico In Depth's Campaign Finance Explorer
https://moneytrailnm.com
3 stars 1 forks source link

Are we missing data for the Attorney General race? #105

Open jeancochrane opened 6 years ago

jeancochrane commented 6 years ago

It seems like there should be a race for Attorney General in 2018, e.g.:

http://nmindepth.com/2018/01/05/federal-judge-slaps-nm-attorney-in-bail-reform-lawsuit/

https://www.cfis.state.nm.us/docs/FPReports/3495_50398_2017_10_9_154841.pdf

However, we don't have any corresponding Races in our data:

select elec.year from camp_fin_race as race join camp_fin_electionseason as elec
on race.election_season_id = elec.id where race.office_id = 43;

 year 
------
 2006
 2004
 2010
 2014
(4 rows)
jeancochrane commented 6 years ago

Check back in on this when we get the Candidate table refresh. Could just be that no one has filed yet.