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

Draft
@kaggle.toddsteussie_nfl_play_statistics_dataset_2004_to_present.draft

  • 932.55 KB
  • 12140 rows
  • 27 columns
playerid

PlayerId

draft

Draft

round

Round

pick

Pick

drafttradevalue

DraftTradeValue

draftteam

DraftTeam

position

Position

teamid

TeamId

namefirst

NameFirst

namelast

NameLast

namefull

NameFull

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

197700011977113000TBRB4900RickyBellRicky Bell900892509366USC74220Fri Apr 08 1955 00:00:00 GMT+0000 (Coordinated Universal Time)22.084931506849315http://www.nfl.com/player/RickyBell/2509366/profileHoustonTXUSAnannannannan
197700021977122600DALRB1200TonyDorsettTony Dorsett152602513084Pittsburgh71192Wed Apr 07 1954 00:00:00 GMT+0000 (Coordinated Universal Time)23.087671232876712http://www.nfl.com/player/TonyDorsett/2513084/profileRochesterPAUSAnannannannan
197700031977132200CINDE920EddieEdwardsEddie Edwards331242513479Miami (FL)77256Sun Apr 25 1954 00:00:00 GMT+0000 (Coordinated Universal Time)23.03835616438356http://www.nfl.com/player/EddieEdwards/2513479/profileSumterSCUSAnannannannan
197700041977141800NYJOT3430MarvinPowellMarvin Powell900892523462USC77268Tue Aug 30 1955 00:00:00 GMT+0000 (Coordinated Universal Time)21.69041095890411http://www.nfl.com/player/MarvinPowell/2523462/profileLos AngelesCAUSAnannannannan
197700051977151700NYGDE3410GaryJeterGary Jeter900892517530USC76259Mon Jan 24 1955 00:00:00 GMT+0000 (Coordinated Universal Time)22.28767123287671http://www.nfl.com/player/GaryJeter/2517530/profileWeirtonWVUSAnannannannan
197700061977161600ATLOT200WarrenBryantWarren Bryant405062510562Kentucky78273Fri Nov 11 1955 00:00:00 GMT+0000 (Coordinated Universal Time)21.49041095890411http://www.nfl.com/player/WarrenBryant/2510562/profileMiamiFLUSAnannannannan
197700071977171500NODE3300JoeCampbellJoe Campbell207402510983Maryland78254Sun May 08 1955 00:00:00 GMT+0000 (Coordinated Universal Time)22.0027397260274http://www.nfl.com/player/JoeCampbell/2510983/profileWilmingtonDEUSAnannannannan
197700081977181400CINDT920WilsonWhitleyWilson Whitley770062528733Houston75265Thu Apr 28 1955 00:00:00 GMT+0000 (Coordinated Universal Time)22.03013698630137http://www.nfl.com/player/WilsonWhitley/2528733/profileBrenhamTXUSAnannannannan
197700091977191350GBDE1800MikeButlerMike Butler660452510834Kansas77265Sun Apr 04 1954 00:00:00 GMT+0000 (Coordinated Universal Time)23.095890410958905http://www.nfl.com/player/MikeButler/2510834/profileWashingtonDCUSAnannannannan
1977001019771101300KCDB2310GaryGreenGary Green767062515266Baylor71187Sat Oct 22 1955 00:00:00 GMT+0000 (Coordinated Universal Time)21.54520547945205http://www.nfl.com/player/GaryGreen/2515266/profileSan AntonioTXUSAnannannannan

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
);

Share link

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