NFL Play Statistics Dataset (primary)
NFL play-by-play dataset with participation information, 2004-present.
@kaggle.toddsteussie_nfl_play_statistics_dataset_2004_to_present
NFL play-by-play dataset with participation information, 2004-present.
@kaggle.toddsteussie_nfl_play_statistics_dataset_2004_to_present
CREATE TABLE fumbles (
"fumid" BIGINT,
"playid" BIGINT,
"teamid" BIGINT,
"playerid" BIGINT,
"fumposition" VARCHAR,
"fumtype" VARCHAR,
"fumoob" BIGINT,
"fumturnover" DOUBLE,
"fumnull" BIGINT
);
Anyone who has the link will be able to view this.