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_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
);
Anyone who has the link will be able to view this.