2024 NFL Play-by-play (weeks 1 - 13)
2024 play by play data with drive ID, and play sequence ID for data analysis
@kaggle.andrewdefraties_2024_nfl_play_by_play_weeks_1_13
2024 play by play data with drive ID, and play sequence ID for data analysis
@kaggle.andrewdefraties_2024_nfl_play_by_play_weeks_1_13
Base dataset provided by NFLsavant.com.
Additions to the base dataset include the following:
CREATE TABLE n_2024_pbp_nfl_pbp_2024_5 (
"gameid" BIGINT,
"driveid" DOUBLE,
"playid" BIGINT,
"isnewdrive" DOUBLE,
"gamedate" TIMESTAMP,
"quarter" BIGINT,
"minute" BIGINT,
"second" BIGINT,
"offenseconference" VARCHAR,
"offensedivision" VARCHAR,
"offenseteam" VARCHAR,
"defenseconference" VARCHAR,
"defensedivision" VARCHAR,
"defenseteam" VARCHAR,
"down" BIGINT,
"togo" BIGINT,
"yardline" BIGINT,
"seriesfirstdown" BIGINT,
"nextscore" BIGINT,
"teamwin" BIGINT,
"seasonyear" BIGINT,
"yards" BIGINT,
"formation" VARCHAR,
"playtype" VARCHAR,
"isrush" BIGINT,
"ispass" BIGINT,
"isincomplete" BIGINT,
"isinterception" BIGINT,
"istouchdown" BIGINT,
"passtype" VARCHAR,
"passtype_x" DOUBLE,
"passtype_y" DOUBLE,
"issack" BIGINT,
"ischallenge" BIGINT,
"ischallengereversed" BIGINT,
"challenger" VARCHAR,
"ismeasurement" BIGINT,
"isfumble" BIGINT,
"ispenalty" BIGINT,
"istwopointconversion" BIGINT,
"istwopointconversionsuccessful" BIGINT,
"rushdirection" VARCHAR,
"playdirection" BIGINT,
"rushdirec_y" DOUBLE,
"yardlinefixed" BIGINT,
"yardlinedirection" VARCHAR,
"ispenaltyaccepted" BIGINT,
"penaltyteam" VARCHAR,
"isnoplay" BIGINT,
"penaltytype" VARCHAR,
"penaltyyards" BIGINT,
"description" VARCHAR
);
Anyone who has the link will be able to view this.