Open irish1986 opened 7 years ago
You may get more advice on a site like stackoverflow or https://softwareengineering.stackexchange.com. This LOOKS like a good start, knowing nothing of fantasy football .
If you are looking for something you can just plug-n-play you may try browsing the network of repo's that have forked.
I am still fairly new to Python and Git, if this isn't the right location to post this question please instruct me.
I wish to extract all scoring play and apply a standard FF scoring schema to compare actual versus projection. Surprisingly enough I was expecting something in the cookbook but maybe I didn't find it.
So how can I load all scoring play for Week 1 2017 in a Pandas DF ?
EDIT: Here the code I have so far, just looking for advice.