aptmac / dfs-helper-nfl

Python scripts for optimizing Daily Fantasy Football line-ups. In the 2021 season it got ranked Diamond (99th percentile) in Yahoo DFS quickmatches, and placed 504/223186 in the season-long 2021 Yahoo cup.
MIT License
5 stars 0 forks source link

place the projected scores data directly into the dataframe after fetching #6

Closed aptmac closed 2 years ago

aptmac commented 2 years ago

Currently the fetch script iterates over the list of positions, and saves each individual page to a file. It would be nice if instead we just toss it into the dataframe, and don't need to save as many files.

aptmac commented 2 years ago

Fixed in https://github.com/aptmac/dfs-helper/pull/9