Team Offense Pass Stats¶
griddy / nfl / models / entities / team_offense_pass_stats**
team_offense_pass_stats
¶
Classes¶
TeamOffensePassStatsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStatsTypedDict[TeamOffensePassStatsTypedDict]
click griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStatsTypedDict href "" "griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStatsTypedDict"
TeamOffensePassStats
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStats[TeamOffensePassStats]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStats
click griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStats href "" "griddy.nfl.models.entities.team_offense_pass_stats.TeamOffensePassStats"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
pass_
instance-attribute
¶
Pass attempts (including sacks)
pass_pct
instance-attribute
¶
Percentage of plays that were passes (0-1)
pass_ypp
instance-attribute
¶
Passing yards per pass attempt
att
class-attribute
instance-attribute
¶
Pass attempts (not including sacks)
blitz_pct
class-attribute
instance-attribute
¶
Blitz percentage faced (0-1)
epa_pass
class-attribute
instance-attribute
¶
EPA on passing plays (positive is better for offense)
epa_pass_pp
class-attribute
instance-attribute
¶
EPA per pass play
pa_pct
class-attribute
instance-attribute
¶
Play action percentage (0-1)
pass_td
class-attribute
instance-attribute
¶
Passing touchdowns
pass_ypg
class-attribute
instance-attribute
¶
Pass yards per game
qbp_pct
class-attribute
instance-attribute
¶
Quarterback pressure rate (0-1)
sack_pct
class-attribute
instance-attribute
¶
Sack rate (0-1)
sacked_yds
class-attribute
instance-attribute
¶
Sack yards lost
sacked_ypg
class-attribute
instance-attribute
¶
Sack yards lost per game
sep
class-attribute
instance-attribute
¶
Average receiver separation at target (yards)
ttt
class-attribute
instance-attribute
¶
Average time to throw (seconds)
yacoe
class-attribute
instance-attribute
¶
Yards after catch over expected (positive is better)