Earlier quoted context omitted.
New York is a great example of weirdness. New York allows candidates to be the nominees even if the candidates aren't in that party. So you had Joe Biden as the nominee for the Democratic Party and then Joe Biden also listed as the nominee for the Working Families party. Just weirdness like that abounds in the data in almost every state. In addition a lot of the reporting for precincts was county level, so states wou…
That's fascinating! Thank you for the explanation! Our elections in Canada are a lot simpler - it's interesting to see how our neighbour does things!
US Presidential Election $25k Database Bounty Review
31–38 of 38 posts
Re: US Presidential Election $25k Database Bounty Review
#32Earlier quoted context omitted.
So data was accepted via pull requests. The maintainer will review a PR and either accept the PR or ask you to modify it to better fit their requirements or reject it. For example one of their requirements were no 0 vote rows. So that's a pretty simple SQL query on the database and can be checked before the maintainer does a merge. All data was required to be sourced. I got most of my data from state and county websi…
Do they require you to "show your work" or somehow demonstrate that your methodology is sound? Is there any requirement that it be repeatable (e.g. let's say they find a minor issue in data you sourced. If you were required to provide code that does the work, rather than just the data, it could be fixed and re-run). I'm kind of fascinated by the process, but I am having a hard time figuring out how this can really wo…
Re: US Presidential Election $25k Database Bounty Review
#33Seems like a lot of this data is sourced from OpenElections[0][1]? Not sure about what makes this better than OpenElection's data, especially considering OpenElections seems to have done a large portion of the difficult wrangling work... There should definitely be better attribution for this data. [0] https://twitter.com/derekwillis/status/1361508657154961408 [1] https://github.com/openelections
"Many" of the contributors (myself included) used primary sources for their data.
The one contributor that used OE data cited it and it was a small portion of their overall contributions.
Re: US Presidential Election $25k Database Bounty Review
#34candidates, counties, precincts, vote_tallies
Without a set of open tables for voters and votes there is no chain of custody. Without a chain of custody this data is academic at best. There is no reliable way to verify it.
Those two tables remove privacy from the voter, and open up the risk of voter intimidation, but that doesn’t change the fact that this data, and any findings associated with it, are, at best, interesting.
The Bounty concept, on the other hand, is commendable.
Re: US Presidential Election $25k Database Bounty Review
#35Earlier quoted context omitted.
New York is a great example of weirdness. New York allows candidates to be the nominees even if the candidates aren't in that party. So you had Joe Biden as the nominee for the Democratic Party and then Joe Biden also listed as the nominee for the Working Families party. Just weirdness like that abounds in the data in almost every state. In addition a lot of the reporting for precincts was county level, so states wou…
> So you had Joe Biden as the nominee for the Democratic Party and then Joe Biden also listed as the nominee for the Working Families party. I’m confused how this works. The candidate themselves doesn’t have to claim they are from a particular party to be listed as such? That seems wrong or misleading but what is the point? Is it some kind of hack to garner enough votes for a party to trigger some kind of funding?
Re: US Presidential Election $25k Database Bounty Review
#36How is this not already a public resource offered by the US federal government? Surely it would be trivial to require states to collect and report their election data to the fed using a standardized schema.
Elections are the responsibility of the individual states, so right there there’s at 51 entities with their own data sets. Of course, in many states, elections are handled at county level, so that’s more entities involved. And at least in my state, individual precincts may have different voting systems, within a single county. Basically, it’s a decentralized mess.
Re: US Presidential Election $25k Database Bounty Review
#37How is this not already a public resource offered by the US federal government? Surely it would be trivial to require states to collect and report their election data to the fed using a standardized schema.
"The fed" does not mean "the federal government." "The Fed" means Federal Reserve.
Re: US Presidential Election $25k Database Bounty Review
#38Earlier quoted context omitted.
Do they require you to "show your work" or somehow demonstrate that your methodology is sound? Is there any requirement that it be repeatable (e.g. let's say they find a minor issue in data you sourced. If you were required to provide code that does the work, rather than just the data, it could be fixed and re-run). I'm kind of fascinated by the process, but I am having a hard time figuring out how this can really wo…
Join the discord and hit them with some questions. I'm sure they'll be happy to answer you.