Advertisement
Guest User

Pennsylvania 2020 General Election Mail-In Ballot Discrepancies 2

a guest
Nov 29th, 2020
2,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. ###
  2. #
  3. # Pennsylvania 2020 General Election Mail-In Ballot Discrepancies #2
  4. #
  5. # List of 36 PA General election mail-in ballot voters older than the USA´s oldest living person (08/15/1905).
  6. #
  7. # Our list uses public open data from a Pennsylvania public open data text file that anyone can download from this link:
  8. # https://web.archive.org/web/20201107095832mp_/https://data.pa.gov/api/views/mcba-yywm/rows.csv?accessType=DOWNLOAD&bom=true&format=true
  9. #
  10. # The data in the text file contains the comma separated columns, one row per mail-in ballot that was mailed out.
  11. # PA recorded when the mail-in ballot was mailed out to the voter and when the ballot was returned by the voter.
  12. # Here is a breakdown of each column in the text file:
  13. #
  14. # 1) County Name
  15. # 2) Applicant Party Designation
  16. # 3) Date of Birth <-- We used this date to compare with the birthdate of the oldest living person in USA
  17. # 4) Mail Application Type
  18. # 5) Application Approved Date
  19. # 6) Application Return Date
  20. # 7) Ballot Mailed Date
  21. # 8) Ballot Returned Date
  22. # 9) State House District
  23. # 10) State Senate District
  24. # 11) Congressional District
  25. #
  26. # Support our research:
  27. # Bitcoin donations: bc1qz6d0935y7t23qdadurvrjgtsg8de53uuyvgzfk
  28. # Monero donations: 45fGuejm2AreJZax3gyhdq3pvy4oeyj56N2GBq9bZmfYYKUdpMoLQSuUbVzkNyPSNhLKkjR1a2XhacqyFYFBJEu9JU786r7
  29. #
  30. # See also our earlier research:
  31. # https://pastebin.com/N9zTvt6P - List of 23,305 PA mail-in ballots received before they were mailed out
  32. #
  33. # Please share to get the word out.
  34. # Thank you.
  35. #
  36. ###
  37.  
  38. ###
  39. #
  40. # The script that we ran on the data file to get our results basically finds all mail-in ballots where the voter was born
  41. # before 08/15/1905 which is the birthdate of the oldest living person currently living in the US. The line number for in
  42. # PA´s public open data file is also printed out so that anyone with a text editor can assert the results for themselves
  43. # by opening the data file and jumping to that line:
  44. #
  45. # COUNTER=1; LINE=0; while read line; do d1=$(echo $line | cut -d, -f3); d2="08/15/1905"; ds1=$(date -jf "%m/%d/%Y" "$d1" +%s); ds2=$(date -jf "%m/%d/%Y" "$d2" +%s); diff=$(echo "$ds2 - $ds1" | bc); ((LINE++)) ; if test "$diff" -gt 0 && ; then printf "# $COUNTER) Found a mail-in ballot voter that is %.0f days older than the oldest person in the US at line #$LINE:\n$line\n\n" "$diff/60/60/24" ; ((COUNTER++)) ; fi; done < 2020_General_Election_Mail_Ballot_Requests_Department_of_State.csv 2> /dev/null
  46. #
  47. ###
  48.  
  49. # 1) Found a mail-in ballot voter that is 1432 days older than the oldest person in the US at line #53258:
  50. ALLEGHENY,D,09/13/1901,OLMAILV,09/23/2020,09/23/2020,09/28/2020,,27TH LEGISLATIVE DISTRICT,42ND SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  51.  
  52. # 2) Found a mail-in ballot voter that is 1753 days older than the oldest person in the US at line #100943:
  53. MONTGOMERY,R,10/27/1900,MAILIN,09/30/2020,09/30/2020,10/03/2020,10/24/2020,149TH LEGISLATIVE DISTRICT,17TH SENATORIAL DISTRICT,5TH CONGRESSIONAL DISTRICT
  54.  
  55. # 3) Found a mail-in ballot voter that is 1712 days older than the oldest person in the US at line #315901:
  56. WASHINGTON,R,12/07/1900,MAILIN,04/14/2020,04/14/2020,10/05/2020,10/16/2020,39TH LEGISLATIVE DISTRICT,46TH SENATORIAL DISTRICT,14TH CONGRESSIONAL DISTRICT
  57.  
  58. # 4) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #512784:
  59. CUMBERLAND,D,01/01/1900,ALT,03/12/2020,03/12/2020,10/02/2020,10/17/2020,86TH LEGISLATIVE DISTRICT,33RD SENATORIAL DISTRICT,13TH CONGRESSIONAL DISTRICT
  60.  
  61. # 5) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #574285:
  62. PHILADELPHIA,D,01/01/1900,MAILIN,10/02/2020,10/02/2020,10/10/2020,,194TH LEGISLATIVE DISTRICT,7TH SENATORIAL DISTRICT,3RD CONGRESSIONAL DISTRICT
  63.  
  64. # 6) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #675833:
  65. PHILADELPHIA,D,01/01/1900,OLMAILV,04/21/2020,04/21/2020,09/30/2020,10/10/2020,182ND LEGISLATIVE DISTRICT,1ST SENATORIAL DISTRICT,3RD CONGRESSIONAL DISTRICT
  66.  
  67. # 7) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #776187:
  68. ALLEGHENY,NF,01/01/1900,CVO,08/31/2020,08/31/2020,09/19/2020,10/22/2020,34TH LEGISLATIVE DISTRICT,43RD SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  69.  
  70. # 8) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #821027:
  71. DAUPHIN,R,01/01/1900,MAILIN,10/18/2020,10/18/2020,10/18/2020,,125TH LEGISLATIVE DISTRICT,15TH SENATORIAL DISTRICT,10TH CONGRESSIONAL DISTRICT
  72.  
  73. # 9) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1205621:
  74. PHILADELPHIA,D,01/01/1900,MAILIN,05/26/2020,05/26/2020,10/02/2020,,197TH LEGISLATIVE DISTRICT,3RD SENATORIAL DISTRICT,2ND CONGRESSIONAL DISTRICT
  75.  
  76. # 10) Found a mail-in ballot voter that is 709 days older than the oldest person in the US at line #1255777:
  77. CHESTER,R,09/06/1903,OLMAILV,10/27/2020,10/27/2020,10/28/2020,,156TH LEGISLATIVE DISTRICT,9TH SENATORIAL DISTRICT,6TH CONGRESSIONAL DISTRICT
  78.  
  79. # 11) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1387981:
  80. PHILADELPHIA,D,01/01/1900,OLREGV,10/09/2020,10/09/2020,10/14/2020,10/21/2020,174TH LEGISLATIVE DISTRICT,5TH SENATORIAL DISTRICT,2ND CONGRESSIONAL DISTRICT
  81.  
  82. # 12) Found a mail-in ballot voter that is 521 days older than the oldest person in the US at line #1473686:
  83. ALLEGHENY,R,03/12/1904,MAILIN,05/24/2020,05/24/2020,09/28/2020,10/29/2020,25TH LEGISLATIVE DISTRICT,45TH SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  84.  
  85. # 13) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1556395:
  86. DELAWARE,R,01/01/1900,MAILIN,10/27/2020,10/27/2020,10/28/2020,,164TH LEGISLATIVE DISTRICT,26TH SENATORIAL DISTRICT,5TH CONGRESSIONAL DISTRICT
  87.  
  88. # 14) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1590684:
  89. DELAWARE,R,01/01/1900,MAILIN,08/06/2020,08/06/2020,10/03/2020,,165TH LEGISLATIVE DISTRICT,26TH SENATORIAL DISTRICT,5TH CONGRESSIONAL DISTRICT
  90.  
  91. # 15) Found a mail-in ballot voter that is 1687 days older than the oldest person in the US at line #1592117:
  92. DAUPHIN,R,01/01/1901,OLMAILV,05/26/2020,05/26/2020,10/05/2020,10/28/2020,103RD LEGISLATIVE DISTRICT,48TH SENATORIAL DISTRICT,10TH CONGRESSIONAL DISTRICT
  93.  
  94. # 16) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1823768:
  95. PHILADELPHIA,D,01/01/1900,MAILIN,09/25/2020,09/25/2020,10/06/2020,,170TH LEGISLATIVE DISTRICT,5TH SENATORIAL DISTRICT,2ND CONGRESSIONAL DISTRICT
  96.  
  97. # 17) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1857884:
  98. CUMBERLAND,D,01/01/1900,ALT,03/12/2020,03/12/2020,10/02/2020,10/22/2020,193RD LEGISLATIVE DISTRICT,31ST SENATORIAL DISTRICT,10TH CONGRESSIONAL DISTRICT
  99.  
  100. # 18) Found a mail-in ballot voter that is 399 days older than the oldest person in the US at line #1928109:
  101. BUCKS,D,07/12/1904,OLMAILV,08/26/2020,08/26/2020,10/12/2020,10/24/2020,31ST LEGISLATIVE DISTRICT,10TH SENATORIAL DISTRICT,1ST CONGRESSIONAL DISTRICT
  102.  
  103. # 19) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #1943679:
  104. ALLEGHENY,NF,01/01/1900,REG,10/13/2020,10/13/2020,10/16/2020,,35TH LEGISLATIVE DISTRICT,45TH SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  105.  
  106. # 20) Found a mail-in ballot voter that is 1806 days older than the oldest person in the US at line #1967125:
  107. ALLEGHENY,NF,09/04/1900,OLMAILV,09/16/2020,09/16/2020,09/28/2020,10/20/2020,36TH LEGISLATIVE DISTRICT,43RD SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  108.  
  109. # 21) Found a mail-in ballot voter that is 1913 days older than the oldest person in the US at line #1969533:
  110. WASHINGTON,D,05/20/1900,OLMAILV,05/12/2020,05/12/2020,10/05/2020,10/23/2020,40TH LEGISLATIVE DISTRICT,37TH SENATORIAL DISTRICT,14TH CONGRESSIONAL DISTRICT
  111.  
  112. # 22) Found a mail-in ballot voter that is 1819 days older than the oldest person in the US at line #1977322:
  113. MONTGOMERY,D,08/22/1900,MAILIN,10/18/2020,10/18/2020,10/18/2020,10/19/2020,154TH LEGISLATIVE DISTRICT,4TH SENATORIAL DISTRICT,4TH CONGRESSIONAL DISTRICT
  114.  
  115. # 23) Found a mail-in ballot voter that is 1687 days older than the oldest person in the US at line #1998588:
  116. DAUPHIN,NF,01/01/1901,MAILIN,09/17/2020,09/17/2020,10/05/2020,10/20/2020,106TH LEGISLATIVE DISTRICT,48TH SENATORIAL DISTRICT,10TH CONGRESSIONAL DISTRICT
  117.  
  118. # 24) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2371227:
  119. ALLEGHENY,D,01/01/1900,REG,10/13/2020,10/13/2020,10/16/2020,,20TH LEGISLATIVE DISTRICT,42ND SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  120.  
  121. # 25) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2371229:
  122. ALLEGHENY,D,01/01/1900,REG,10/13/2020,10/13/2020,10/16/2020,,20TH LEGISLATIVE DISTRICT,42ND SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  123.  
  124. # 26) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2398999:
  125. ALLEGHENY,D,01/01/1900,REG,10/13/2020,10/13/2020,10/16/2020,,24TH LEGISLATIVE DISTRICT,38TH SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  126.  
  127. # 27) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2399006:
  128. ALLEGHENY,D,01/01/1900,REG,10/13/2020,10/13/2020,10/16/2020,,24TH LEGISLATIVE DISTRICT,38TH SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  129.  
  130. # 28) Found a mail-in ballot voter that is 1687 days older than the oldest person in the US at line #2404893:
  131. CRAWFORD,R,01/01/1901,MAILIN,10/07/2020,10/07/2020,10/07/2020,10/15/2020,17TH LEGISLATIVE DISTRICT,50TH SENATORIAL DISTRICT,16TH CONGRESSIONAL DISTRICT
  132.  
  133. # 29) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2478713:
  134. ALLEGHENY,NF,01/01/1900,OLREGV,07/14/2020,07/14/2020,09/28/2020,,40TH LEGISLATIVE DISTRICT,37TH SENATORIAL DISTRICT,18TH CONGRESSIONAL DISTRICT
  135.  
  136. # 30) Found a mail-in ballot voter that is 1592 days older than the oldest person in the US at line #2760744:
  137. PHILADELPHIA,D,04/06/1901,OLMAILV,04/25/2020,04/25/2020,09/30/2020,10/25/2020,192ND LEGISLATIVE DISTRICT,7TH SENATORIAL DISTRICT,3RD CONGRESSIONAL DISTRICT
  138.  
  139. # 31) Found a mail-in ballot voter that is 1948 days older than the oldest person in the US at line #2780391:
  140. LUZERNE,R,04/15/1900,MAILIN,10/23/2020,10/23/2020,10/25/2020,,120TH LEGISLATIVE DISTRICT,20TH SENATORIAL DISTRICT,8TH CONGRESSIONAL DISTRICT
  141.  
  142. # 32) Found a mail-in ballot voter that is 692 days older than the oldest person in the US at line #2859940:
  143. WASHINGTON,D,09/23/1903,OLMAILV,04/16/2020,04/16/2020,10/05/2020,10/14/2020,49TH LEGISLATIVE DISTRICT,46TH SENATORIAL DISTRICT,14TH CONGRESSIONAL DISTRICT
  144.  
  145. # 33) Found a mail-in ballot voter that is 1687 days older than the oldest person in the US at line #2883720:
  146. DAUPHIN,D,01/01/1901,MAILIN,05/01/2020,05/01/2020,10/05/2020,10/13/2020,106TH LEGISLATIVE DISTRICT,48TH SENATORIAL DISTRICT,10TH CONGRESSIONAL DISTRICT
  147.  
  148. # 34) Found a mail-in ballot voter that is 2052 days older than the oldest person in the US at line #2987611:
  149. PHILADELPHIA,D,01/01/1900,MAILIN,10/20/2020,10/20/2020,10/20/2020,10/23/2020,174TH LEGISLATIVE DISTRICT,5TH SENATORIAL DISTRICT,2ND CONGRESSIONAL DISTRICT
  150.  
  151. # 35) Found a mail-in ballot voter that is 608 days older than the oldest person in the US at line #3001350:
  152. MONTGOMERY,NOP,12/16/1903,MAILIN,10/20/2020,10/20/2020,10/21/2020,10/22/2020,152ND LEGISLATIVE DISTRICT,12TH SENATORIAL DISTRICT,4TH CONGRESSIONAL DISTRICT
  153.  
  154. # 36) Found a mail-in ballot voter that is 1869 days older than the oldest person in the US at line #3039426:
  155. ALLEGHENY,D,07/03/1900,OLMAILV,04/27/2020,04/27/2020,09/28/2020,10/26/2020,21ST LEGISLATIVE DISTRICT,38TH SENATORIAL DISTRICT,17TH CONGRESSIONAL DISTRICT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement