The vote share used to calc votes for each canidate has only 3 decimal places.
To prevent vote shave when percentages change it would need to be 7 decinal points to insure proper precision.
From what I see this is shaving votes off of Trump a few thousand at a time.
I can't seem to get more than 3 digits back, anyone else have more luck with the python script?
CSV is here
Python 3 script is here
I am having issues with the csv.
The vote share used to calc votes for each canidate has only 3 decimal places.
To prevent vote shave when percentages change it would need to be 7 decinal points to insure proper precision.
From what I see this is shaving votes off of Trump a few thousand at a time. I can't seem to get more than 3 digits back, anyone else have more luck with the python script?