Depends on what data. Here is nyt scrapes of incoming data for all 50 states. Really messed up crap in this thing. I have many other comments on this, take a look at my comments in other threads.
Looking for more data analyst's to colab on this.
My big issue is how the votes are calculated via vote share.
The csv file which shows votes per state over time, last few days.
Csv file has the vote share columns which is used to calc each candidates votes. The vote share columns only have a precision of 3 decimal places. This leads to vote shaving, needs to be at least 7 decimal places of precision.
Depends on what data. Here is nyt scrapes of incoming data for all 50 states. Really messed up crap in this thing. I have many other comments on this, take a look at my comments in other threads.
Looking for more data analyst's to colab on this.
My big issue is how the votes are calculated via vote share.
The csv file which shows votes per state over time, last few days.
Csv
http://s000.tinyupload.com/?file_id=14566999163598825215
Python script
https://pastebin.com/s6YciPtt
Issue:
Csv file has the vote share columns which is used to calc each candidates votes. The vote share columns only have a precision of 3 decimal places. This leads to vote shaving, needs to be at least 7 decimal places of precision.