This is interesting, but why isn't this data easily available by default? I understand that the Presidential Election is actually a separate election in each state, but why wouldn't each state's election authority make that data readily available by default? This really feels like data that should just be out there for anyone to download and analyze. In Canada, the equivalent data is readily available from Elections…
US Presidential Election $25k Database Bounty Review
11–20 of 38 posts
Re: US Presidential Election $25k Database Bounty Review
#12Re: US Presidential Election $25k Database Bounty Review
#13This is interesting, but why isn't this data easily available by default? I understand that the Presidential Election is actually a separate election in each state, but why wouldn't each state's election authority make that data readily available by default? This really feels like data that should just be out there for anyone to download and analyze. In Canada, the equivalent data is readily available from Elections…
The data is easily available in most places. The issue is that every place uses a different reporting format, including using slightly different names for the same candidates. The value of the bounty is getting this data into a single schema recording all the votes for every precinct in the country, with all names normalized.
In Canada it's nice and easy - federal elections are handled by Elections Canada, provincial elections are handled by each province's election authority, and we don't have cases where an election at one level results in a person at a higher level getting into office. Well, except for Alberta's senate elections which are somewhat farcical anyway (senators are appointed by the Prime Minister, so the results of this particular election are basically vague suggestions that the PM sometimes follows).
Re: US Presidential Election $25k Database Bounty Review
#14Earlier quoted context omitted.
The data is easily available in most places. The issue is that every place uses a different reporting format, including using slightly different names for the same candidates. The value of the bounty is getting this data into a single schema recording all the votes for every precinct in the country, with all names normalized.
What level are the differences at? I can see each state having a different reporting format. Do the differences go down to the electoral district or county or something? In Canada it's nice and easy - federal elections are handled by Elections Canada, provincial elections are handled by each province's election authority, and we don't have cases where an election at one level results in a person at a higher level get…
Re: US Presidential Election $25k Database Bounty Review
#15This bounty model for data is really interesting. What's dolthub's business model? Clearly the data must be worth more than the bounty.
The data created by bounties is free and open.
Our business model is to sell database licenses. We're a database start up. Bounties are the thing that shows off our capabilities the best, so we consider it marketing. It could be more in the future, ie. a two-sided marketplace, but right now, we're just getting started.
Re: US Presidential Election $25k Database Bounty Review
#16Re: US Presidential Election $25k Database Bounty Review
#17Earlier quoted context omitted.
The data is easily available in most places. The issue is that every place uses a different reporting format, including using slightly different names for the same candidates. The value of the bounty is getting this data into a single schema recording all the votes for every precinct in the country, with all names normalized.
What level are the differences at? I can see each state having a different reporting format. Do the differences go down to the electoral district or county or something? In Canada it's nice and easy - federal elections are handled by Elections Canada, provincial elections are handled by each province's election authority, and we don't have cases where an election at one level results in a person at a higher level get…
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 wouldn't have a csv that contained all precinct level voting data so you have to go to each county to get that data. Some states have a lot of counties. PA for example has 67 and each county publishes data in a different format with different values.
It's tedious and honestly impossible to automate (at least in the case of PA).
Re: US Presidential Election $25k Database Bounty Review
#18How 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.
Re: US Presidential Election $25k Database Bounty Review
#19Earlier quoted context omitted.
What level are the differences at? I can see each state having a different reporting format. Do the differences go down to the electoral district or county or something? In Canada it's nice and easy - federal elections are handled by Elections Canada, provincial elections are handled by each province's election authority, and we don't have cases where an election at one level results in a person at a higher level get…
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…
Our elections in Canada are a lot simpler - it's interesting to see how our neighbour does things!
Re: US Presidential Election $25k Database Bounty Review
#20How 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.
Because the Constitution protects how States run their elections from federal restrictions/requirements.