NFL Combine - Performance Data (2009 - 2019)
10 years of NFL Combine results including the draft outcome
@kaggle.redlineracer_nfl_combine_performance_data_2009_2019
10 years of NFL Combine results including the draft outcome
@kaggle.redlineracer_nfl_combine_performance_data_2009_2019
CREATE TABLE nfl (
"year" BIGINT,
"player" VARCHAR,
"age" DOUBLE,
"school" VARCHAR,
"height" DOUBLE,
"weight" DOUBLE,
"sprint_40yd" DOUBLE,
"vertical_jump" DOUBLE,
"bench_press_reps" DOUBLE,
"broad_jump" DOUBLE,
"agility_3cone" DOUBLE,
"shuttle" DOUBLE,
"drafted_tm_rnd_yr" VARCHAR,
"bmi" DOUBLE,
"player_type" VARCHAR,
"position_type" VARCHAR,
"position" VARCHAR,
"drafted" VARCHAR
);
Anyone who has the link will be able to view this.