15 Anyone looking to play around with the data, a starter script (pastebin.com) posted 157 days ago by brother_seamus 157 days ago by brother_seamus +15 / -0 3 comments share 3 comments share save hide report block hide child comments Comments (3) sorted by: top new old worst ▲ 1 ▼ – TrumpsBigBalls 1 point 156 days ago +1 / -0 Can you provide some additional information? What data? How to use it? etc? permalink save report block reply ▲ 1 ▼ – brother_seamus [S] 1 point 156 days ago +1 / -0 This is a timeseries of votes as they come in from the New York Times for PA. If you want a different state, just change the name in the URL (line 4 of the script). It is piggy backing from: https://thedonald.win/p/11Q8JRzaY5/i-found-evidence-of-the-pennsylv/ permalink parent save report block reply ▲ 1 ▼ – brother_seamus [S] 1 point 157 days ago +1 / -0 I'll say that the most useful thing to do here is actually to just spit it out as CSV and dice it in Excel. Then, replicate it in Python and paste it back up, which is the more reliable way of sharing it (versus Excel screenshot). permalink save report block reply
Can you provide some additional information? What data? How to use it? etc?
This is a timeseries of votes as they come in from the New York Times for PA. If you want a different state, just change the name in the URL (line 4 of the script). It is piggy backing from: https://thedonald.win/p/11Q8JRzaY5/i-found-evidence-of-the-pennsylv/
I'll say that the most useful thing to do here is actually to just spit it out as CSV and dice it in Excel. Then, replicate it in Python and paste it back up, which is the more reliable way of sharing it (versus Excel screenshot).