Projects

This page includes info on all active projects.

Election Forecasting

This project involves my first steps into data science topics. The scope is still pretty wide open. I am currently looking into different datasources to use for predictive modeling.

Election Webscraper

Link to Github

At a glance I did not find a quickly available dataset for national election results in one place. So I decided to kill two birds with one stone by working on this script. I got a better understanding of html (although it is still pretty sparse) and built a dataset to play with in R.

Census Data Import

Link to Github

This project focues on pulling data from the US Census API and using it for various functions. All scripts will focus around the ACSReqs.R file which will be updated as more request types are needed.