Fantasy Player Stats¶
griddy / nfl / models / entities / fantasy_player_stats**
fantasy_player_stats
¶
Attributes¶
FantasyPlayerStatsPosition
module-attribute
¶
Player position
PositionGroup
module-attribute
¶
Position group
Classes¶
FantasyPlayerStatsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStatsTypedDict[FantasyPlayerStatsTypedDict]
click griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStatsTypedDict href "" "griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStatsTypedDict"
FantasyPlayerStats
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStats[FantasyPlayerStats]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStats
click griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStats href "" "griddy.nfl.models.entities.fantasy_player_stats.FantasyPlayerStats"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
display_name
instance-attribute
¶
Player's full name
fp_std
instance-attribute
¶
Fantasy points (standard scoring)
fp_half_ppr
class-attribute
instance-attribute
¶
Fantasy points (half-PPR scoring)
fp_ppr
class-attribute
instance-attribute
¶
Fantasy points (PPR scoring)
fp_ppr_pg
class-attribute
instance-attribute
¶
Fantasy points per game (PPR)
fp_std_pg
class-attribute
instance-attribute
¶
Fantasy points per game (standard)
headshot
class-attribute
instance-attribute
¶
URL to player headshot image
jersey_number
class-attribute
instance-attribute
¶
Player's jersey number
pass_int
class-attribute
instance-attribute
¶
Passing interceptions
pass_td
class-attribute
instance-attribute
¶
Passing touchdowns
pass_yds
class-attribute
instance-attribute
¶
Passing yards
pass_yds_pg
class-attribute
instance-attribute
¶
Passing yards per game
position_group
class-attribute
instance-attribute
¶
position_group: Annotated[
Optional[PositionGroup], Field(alias="positionGroup")
] = None
Position group
rec_pg
class-attribute
instance-attribute
¶
Receptions per game
rec_td
class-attribute
instance-attribute
¶
Receiving touchdowns
rec_yds
class-attribute
instance-attribute
¶
Receiving yards
red_zone_targets
class-attribute
instance-attribute
¶
Targets inside the red zone
rush_td
class-attribute
instance-attribute
¶
Rushing touchdowns
rush_yds
class-attribute
instance-attribute
¶
Rushing yards
rush_yds_pg
class-attribute
instance-attribute
¶
Rushing yards per game
short_name
class-attribute
instance-attribute
¶
Abbreviated player name
snap_pct
class-attribute
instance-attribute
¶
Percentage of offensive snaps played (0-1)
target_share
class-attribute
instance-attribute
¶
Percentage of team targets (0-1)