Baselight

NFL Play Statistics Dataset (primary)

NFL play-by-play dataset with participation information, 2004-present.

@kaggle.toddsteussie_nfl_play_statistics_dataset_2004_to_present

Gameparticipation
@kaggle.toddsteussie_nfl_play_statistics_dataset_2004_to_present.gameparticipation

  • 11.91 MB
  • 423185 rows
  • 26 columns
gamepartid

GamePartId

gameid

GameId

teamid

TeamId

playerid

PlayerId

gamepartunit

GamePartUnit

gamepartsnapcount

GamePartSnapCount

namefirst

NameFirst

namelast

NameLast

namefull

NameFull

position

Position

collegeid

CollegeId

nflid

NflId

combineid

CombineId

college

College

heightinches

HeightInches

weight

Weight

dob

Dob

ageatdraft

AgeAtDraft

playerprofileurl

PlayerProfileUrl

homecity

HomeCity

homestate

HomeState

homecountry

HomeCountry

highschool

HighSchool

hscity

HsCity

hsstate

HsState

hscountry

HsCountry

1210000156473380020140091offense39JohnBrownJohn BrownWR66762254384718301Pittsburg State (KS)71179Tue Apr 03 1990 00:00:00 GMT+0000 (Coordinated Universal Time)24.112328767123287http://www.nfl.com/player/JohnBrown/2543847/profileHomesteadFLUSAHomestead HSnanFLUSA
1210000256473380020100645offense33JohnEstesJohn EstesC968132507981Hawaii74293Wed Mar 25 1987 00:00:00 GMT+0000 (Coordinated Universal Time)23.09315068493151http://www.nfl.com/player/JohnEstes/2507981/profileStocktonCAUSASt. Mary's HSStocktonCAUSA
1210000356473380020120112offense30BobbyMassieBobby MassieOT38677253354317840Mississippi78317Tue Aug 01 1989 00:00:00 GMT+0000 (Coordinated Universal Time)22.75068493150685http://www.nfl.com/player/BobbyMassie/2533543/profileLynchburgVAUSAHargrave Military AcademyChathamVAUSA
1210000456473380020100205offense30TedLarsenTed LarsenOG2760749702617200NC State75320Sat Jun 13 1987 00:00:00 GMT+0000 (Coordinated Universal Time)22.873972602739727http://www.nfl.com/player/TedLarsen/497026/profileMiamiFLUSAPalm Harbor University HSnanFLUSA
1210000556473380020090213offense30PaulFanaikaPaul FanaikaOG852877129316847Arizona State77327Wed Apr 09 1986 00:00:00 GMT+0000 (Coordinated Universal Time)23.06027397260274http://www.nfl.com/player/PaulFanaika/71293/profileSan MateoCAUSAMills HSMillbraeCAUSA
1210000656473380020100069offense30JaredVeldheerJared VeldheerOT4924249706117312Hillsdale (MI)80321Sun Jun 14 1987 00:00:00 GMT+0000 (Coordinated Universal Time)22.87123287671233http://www.nfl.com/player/JaredVeldheer/497061/profileGrand RapidsMIUSAForest Hills Northern HSGrand RapidsMIUSA
1210000756473380020030001offense30CarsonPalmerCarson PalmerQB90089250524515309USC77235Thu Dec 27 1979 00:00:00 GMT+0000 (Coordinated Universal Time)23.34520547945205http://www.nfl.com/player/CarsonPalmer/2505245/profileFresnoCAUSASanta Margarita HSRancho Santa MargaritaCAUSA
1210000856473380020070680offense30LyleSendleinLyle SendleinOG787122507273Texas75308Fri Mar 16 1984 00:00:00 GMT+0000 (Coordinated Universal Time)23.13150684931507http://www.nfl.com/player/LyleSendlein/2507273/profileEdinaMNUSAChaparral HSScottsdaleAZUSA
1210000956473380020120716offense29BrittanGoldenBrittan GoldenWR790162535988West Texas A&M71186Wed Jul 20 1988 00:00:00 GMT+0000 (Coordinated Universal Time)23.78356164383561http://www.nfl.com/player/BrittanGolden/2535988/profilePlainviewTXUSADenver City HSnanTXUSA
1210001056473380020120013offense28MichaelFloydMichael FloydWR46556253284117734Notre Dame75220Mon Nov 27 1989 00:00:00 GMT+0000 (Coordinated Universal Time)22.42739726027397http://www.nfl.com/player/MichaelFloyd/2532841/profileSt. PaulMNUSACretin-Derham Hall HSnanMNUSA

CREATE TABLE gameparticipation (
  "gamepartid" BIGINT,
  "gameid" BIGINT,
  "teamid" BIGINT,
  "playerid" BIGINT,
  "gamepartunit" VARCHAR,
  "gamepartsnapcount" BIGINT,
  "namefirst" VARCHAR,
  "namelast" VARCHAR,
  "namefull" VARCHAR,
  "position" VARCHAR,
  "collegeid" DOUBLE,
  "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
);

Share link

Anyone who has the link will be able to view this.