Skip to content

Player Class Basketball

Christian Wendt edited this page Nov 11, 2021 · 6 revisions

Documentation of all variables for Player Class

Variables

name: str
playerId: int
eligibleSlots = List[str]
acquisitionType: str
proTeam: str
position: str
injuryStatus: str
injured: boolean
stats: dict
lineupSlot: str # SG, C, PG, SF, IR
total_points: int # players total points during the season
avg_points: int # players average points during the season
projected_total_points: int # projected player points for the season
projected_avg_points: int # projected players average points for the season