cdleong / pyfantasy

Not Playing Fantasy Sports
GNU General Public License v3.0
1 stars 0 forks source link

Process the data #6

Closed cdleong closed 5 years ago

cdleong commented 5 years ago

Issue #1 Got us a list of OrderedDict objects with Player data in them. I'd like to be able to sort and process it.

Since I'm used to OOP, I'm just going to make a basic "Player" class with some fields like "ADP" and "Position".

That will let us do things like "sort by ADP", and "give me only QB options"

cdleong commented 5 years ago

On the other hand, we only have a short amount of time. Let's just sort the list of Player OrderedDicts by ADP

cdleong commented 5 years ago

Done.

cdleong commented 5 years ago

Also it now pulls out everything with an adp of "-"