Baselight

ESPN NFL Draft Prospect Data

Drafted NFL players from 1967-present with text analysis of over 4000 players

@kaggle.jacklichtenstein_espn_nfl_draft_prospect_data

Ids
@kaggle.jacklichtenstein_espn_nfl_draft_prospect_data.ids

  • 8.8 KB
  • 236 rows
  • 3 columns
espn_id

Espn Id

player_name

Player Name

nflfastr_id

NflfastR Id

18692Dan Marino00-0010379
19373Randall Cunningham00-0003761
19739Bubby Brister00-0001785
20006Vinny Testaverde00-0016193
20018Chris Miller00-0011244
20031Jim Harbaugh00-0006808
20103Rich Gannon00-0005741
20115Steve Beuerlein00-0001218
20674Troy Aikman00-0000104
20724Billy Joe Tolliver00-0016534

CREATE TABLE ids (
  "espn_id" BIGINT,
  "player_name" VARCHAR,
  "nflfastr_id" VARCHAR
);

Share link

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