-
Notifications
You must be signed in to change notification settings - Fork 224
Player Class
Christian Wendt edited this page Sep 22, 2020
·
11 revisions
name: str
playerId: int
posRank: int # players positional rank
eligibleSlots = List[str] # example ['WR', 'WR/TE/RB']
acquisitionType: str
proTeam: str # 'PIT' or 'LAR'
position: str # main position like 'TE' or 'QB'
injuryStatus: str
stats: dict # holds each week stats, actual and projected points.
# week 1 example {1: {'breakdown': {'receivingReceptions': 1.7, 'rushingYards': 7.9}, 'points': 14.57, 'projected_points': 24.64, 'projected_breakdown': {'receivingReceptions': 6.354896833, 'rushingYards': 7.890957077}}}