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
7 stars 1 forks source link

fix(fetch): amend the fetch script so it not longer locally saves intermediate csv files #9

Closed aptmac closed 2 years ago

aptmac commented 2 years ago

This commit fixes the fetch script a bit such that it no longer saves all the intermediate csv files. Instead, it keeps a list of dataframes ripped from tables, and merges them together.