This repository contains a basic analysis of 2020 election data as reported by the New York Times.
Here's how it works
- Download all of the NYT's vote data from their API endpoint.
- Convert NYT's time series data into discrete changes in vote totals.
- Look at the changes to detect any anomalies in behavior.
The source data downloaded fom NYT is here: data/input.
The processed output is here data/output. You can also look at it on Google Sheets here.