Team Defense Rush Stats¶
griddy / nfl / models / entities / team_defense_rush_stats**
team_defense_rush_stats
¶
Classes¶
TeamDefenseRushStatsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStatsTypedDict[TeamDefenseRushStatsTypedDict]
click griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStatsTypedDict href "" "griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStatsTypedDict"
Attributes¶
epa_rush
instance-attribute
¶
EPA allowed on rushing plays (negative is better for defense)
in_pct
instance-attribute
¶
Percentage of rushes between tackles (inside)
light_pct
instance-attribute
¶
Percentage of rushes against light box (6 or fewer defenders)
ryoe
instance-attribute
¶
Rush Yards Over Expected allowed (negative is better)
stacked_pct
instance-attribute
¶
Percentage of rushes against stacked box (8+ defenders)
stuff_pct
instance-attribute
¶
Stuff rate - percentage of rushes stopped for 0 or negative yards
TeamDefenseRushStats
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStats[TeamDefenseRushStats]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStats
click griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStats href "" "griddy.nfl.models.entities.team_defense_rush_stats.TeamDefenseRushStats"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
run_pct
instance-attribute
¶
Percentage of plays that were rushes (0-1)
rush_yds
instance-attribute
¶
Rushing yards allowed
rush_ypp
instance-attribute
¶
Rushing yards allowed per rush attempt
epa_rush
class-attribute
instance-attribute
¶
EPA allowed on rushing plays (negative is better for defense)
epa_rush_pp
class-attribute
instance-attribute
¶
EPA allowed per rush play
in_pct
class-attribute
instance-attribute
¶
Percentage of rushes between tackles (inside)
light_pct
class-attribute
instance-attribute
¶
Percentage of rushes against light box (6 or fewer defenders)
out_pct
class-attribute
instance-attribute
¶
Percentage of rushes outside tackles
rush10_p_yds
class-attribute
instance-attribute
¶
Rush attempts of 10+ yards allowed
rush_td
class-attribute
instance-attribute
¶
Rushing touchdowns allowed
rush_ypg
class-attribute
instance-attribute
¶
Rush yards allowed per game
ryoe
class-attribute
instance-attribute
¶
Rush Yards Over Expected allowed (negative is better)
ryoe_att
class-attribute
instance-attribute
¶
RYOE per rush attempt
stacked_pct
class-attribute
instance-attribute
¶
Percentage of rushes against stacked box (8+ defenders)
stuff_pct
class-attribute
instance-attribute
¶
Stuff rate - percentage of rushes stopped for 0 or negative yards
yaco_att
class-attribute
instance-attribute
¶
Yards after contact per attempt allowed
ybco_att
class-attribute
instance-attribute
¶
Yards before contact per attempt allowed