Create A Robust Predictive Fantasy Football DFS Model In Python Pt. 2

Taylor Monticelli
4 min readDec 30, 2020

Part 2: ETL & Feature Engineering

Now that we have a dataset, it is time to shape & manipulate the data to a state we can create a predictive model.

The data used is located here. Python Code is located here.

--

--