Player Passing Stats¶
griddy / nfl / models / entities / player_passing_stats**
player_passing_stats
¶
Classes¶
PlayerPassingStatsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.player_passing_stats.PlayerPassingStatsTypedDict[PlayerPassingStatsTypedDict]
click griddy.nfl.models.entities.player_passing_stats.PlayerPassingStatsTypedDict href "" "griddy.nfl.models.entities.player_passing_stats.PlayerPassingStatsTypedDict"
Attributes¶
avg_sep
instance-attribute
¶
Average receiver separation at target (yards)
deep_att_pct
instance-attribute
¶
Deep attempt percentage (20+ air yards)
headshot
instance-attribute
¶
URL to player headshot image (contains formatInstructions placeholder)
ngs_position_group
instance-attribute
¶
Next Gen Stats position group
PlayerPassingStats
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.player_passing_stats.PlayerPassingStats[PlayerPassingStats]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.player_passing_stats.PlayerPassingStats
click griddy.nfl.models.entities.player_passing_stats.PlayerPassingStats href "" "griddy.nfl.models.entities.player_passing_stats.PlayerPassingStats"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
display_name
instance-attribute
¶
Player's full name
att_pg
class-attribute
instance-attribute
¶
Attempts per game
avg_sep
class-attribute
instance-attribute
¶
Average receiver separation at target (yards)
avg_ttp
class-attribute
instance-attribute
¶
Average time to pass (seconds)
avg_tts
class-attribute
instance-attribute
¶
Average time to sack (seconds)
avg_ttt
class-attribute
instance-attribute
¶
Average time to throw (seconds)
ay_att
class-attribute
instance-attribute
¶
Air yards per attempt
blitz_r
class-attribute
instance-attribute
¶
Blitz rate faced
cmp_pg
class-attribute
instance-attribute
¶
Completions per game
cmp_pct
class-attribute
instance-attribute
¶
Completion percentage (0-1)
cpoe
class-attribute
instance-attribute
¶
Completion percentage over expected
db_pg
class-attribute
instance-attribute
¶
Dropbacks per game
deep_att_pct
class-attribute
instance-attribute
¶
Deep attempt percentage (20+ air yards)
drop_pg
class-attribute
instance-attribute
¶
Drops per game
drop_r
class-attribute
instance-attribute
¶
Drop rate
epa_db
class-attribute
instance-attribute
¶
EPA per dropback
epa_pg
class-attribute
instance-attribute
¶
EPA per game
headshot
class-attribute
instance-attribute
¶
URL to player headshot image (contains formatInstructions placeholder)
int_
class-attribute
instance-attribute
¶
Interceptions
int_pg
class-attribute
instance-attribute
¶
Interceptions per game
jersey_number
class-attribute
instance-attribute
¶
Player's jersey number
ngs_position
class-attribute
instance-attribute
¶
Next Gen Stats position
ngs_position_group
class-attribute
instance-attribute
¶
Next Gen Stats position group
pa_db_pct
class-attribute
instance-attribute
¶
Play action dropback percentage
position_group
class-attribute
instance-attribute
¶
Position group
qbp_pg
class-attribute
instance-attribute
¶
QB pressure per game
qbp_r
class-attribute
instance-attribute
¶
QB pressure rate
sack_pg
class-attribute
instance-attribute
¶
Sacks per game
short_name
class-attribute
instance-attribute
¶
Abbreviated player name
td_pg
class-attribute
instance-attribute
¶
Touchdowns per game
total_tg
class-attribute
instance-attribute
¶
Total team games in period
tw_att_pg
class-attribute
instance-attribute
¶
Two-minute attempts per game
tw_att_pct
class-attribute
instance-attribute
¶
Two-minute drill attempt percentage
x_cmp
class-attribute
instance-attribute
¶
Expected completion percentage
x_yac
class-attribute
instance-attribute
¶
Expected yards after catch
yac_pct
class-attribute
instance-attribute
¶
YAC percentage of total yards
yds_pg
class-attribute
instance-attribute
¶
Yards per game