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

College Statistics
@kaggle.jacklichtenstein_espn_nfl_draft_prospect_data.college_statistics

  • 154.75 KB
  • 66672 rows
  • 13 columns
player_id

Player Id

alt_player_id

Alt Player Id

player_name

Player Name

pos_abbr

Pos Abbr

school

School

school_abbr

School Abbr

school_primary_color

School Primary Color

school_alt_color

School Alt Color

season

Season

statistic

Statistic

value

Value

active

Active

all_star

All Star

144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Total Tackles20true
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Solo Tackles9true
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Assist Tackles11true
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Passes Defendedtrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Sackstrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Forced Fumblestrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Interceptionstrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Interception Yardstrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002015Interception Touchdownstrue
144203915189Royce SmithOGGeorgiaUGA#CC0000#0000002016Total Tackles95true

CREATE TABLE college_statistics (
  "player_id" BIGINT,
  "alt_player_id" BIGINT,
  "player_name" VARCHAR,
  "pos_abbr" VARCHAR,
  "school" VARCHAR,
  "school_abbr" VARCHAR,
  "school_primary_color" VARCHAR,
  "school_alt_color" VARCHAR,
  "season" BIGINT,
  "statistic" VARCHAR,
  "value" DOUBLE,
  "active" BOOLEAN,
  "all_star" BOOLEAN
);

Share link

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