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
Drafted NFL players from 1967-present with text analysis of over 4000 players
@kaggle.jacklichtenstein_espn_nfl_draft_prospect_data
CREATE TABLE college_qbr (
"season" BIGINT,
"guid" VARCHAR,
"player_name" VARCHAR,
"age" DOUBLE,
"total_qbr" DOUBLE,
"points_added" DOUBLE,
"qb_plays" BIGINT,
"total_epa" DOUBLE,
"pass" DOUBLE,
"run" DOUBLE,
"exp_sack" DOUBLE,
"penalty" DOUBLE,
"raw_qbr" DOUBLE,
"sack" DOUBLE
);
Anyone who has the link will be able to view this.