Below the break is a merged table of Presidential Primary ballot report status and ballot statistics for Friday 03.06.2020. The fields are: Democrat, Republican, Undeclared, Active (Voters), Voted (Ballots), Turnout. Note that real turnout will probably be much lower for many counties because Undeclared Party ballots will be discarded.
merge(Party,BS,by="County",all=TRUE)[,.(BallotsReceived=fsum(Ballots))]
BallotsReceived
1: 1362696 # Total Ballots Received
merge(Party,BS,by="County",all=TRUE)[,.(D=fsum(D),R=fsum(R))]
D R
1: 798092 507449 # D and R ballots declared
merge(Party,BS,by="County",all=TRUE)[,.(DplusR=fsum(D) + fsum(R))]
DplusR
1: 1305541 # Total D + R ballots declared
1362696 - 1305541
[1] 57155 # Ballots with Undeclared Party to Date
WA State Presidential Primary, Friday 5PM 03.06.2020:
No comments:
Post a Comment