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 draft (
"playerid" BIGINT,
"draft" BIGINT,
"round" DOUBLE,
"pick" BIGINT,
"drafttradevalue" DOUBLE,
"draftteam" VARCHAR,
"position" VARCHAR,
"teamid" BIGINT,
"namefirst" VARCHAR,
"namelast" VARCHAR,
"namefull" VARCHAR,
"collegeid" BIGINT,
"nflid" DOUBLE,
"combineid" DOUBLE,
"college" VARCHAR,
"heightinches" DOUBLE,
"weight" DOUBLE,
"dob" TIMESTAMP,
"ageatdraft" DOUBLE,
"playerprofileurl" VARCHAR,
"homecity" VARCHAR,
"homestate" VARCHAR,
"homecountry" VARCHAR,
"highschool" VARCHAR,
"hscity" VARCHAR,
"hsstate" VARCHAR,
"hscountry" VARCHAR
);
Anyone who has the link will be able to view this.