You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Jupyter Notebook that scrapes NFL contest data from DraftKings' website. It provides robust ‘Data Cleaning’ and ‘Multi-Core Processing’ for efficient resource usage.
DraftKings removes data after ~4 days! I ran this notebook 2-3 times a week throughout the season.
The output is structured into Pandas DataFrames (CSV’s) for subsequent analysis and model building. This is ready for data science and machine learning experiments. Uniquely, this includes the percent usage per player.
Example: If popular players (highly used, high %) are predicted to underperform, will unpopular players be better picks etc.
Can easily be adapted to other sports and DraftKings contests.