This repository contains code used for an analysis of public scouting reports from the NFL draft. We explore, through various Jupyter Notebooks, what knowledge we can extract from the public scouting reports.
Here is an outline of the files:
gen_data.py
- This file scrapes the NFL website for the scouting data. It prepares and writes the data to a CSV, found in /data/
, called nfl_draft_data.csv
. To run, simply run python gen_data.py
in the terminal.