NFL 2020 Combine
Results of 2020 NFL Scouting Combine
@kaggle.mrframm_nfl_2020_combine
Results of 2020 NFL Scouting Combine
@kaggle.mrframm_nfl_2020_combine
Young football players take exams in running, jumping, bench press.
https://www.pro-football-reference.com/draft/2020-combine.htm
Always wondered how different types of physical abilities affect the role of a player in the field.
CREATE TABLE nfl_2020_combine (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"pos" VARCHAR,
"ht" BIGINT,
"wt" BIGINT,
"n_40yd" DOUBLE -- 40yd,
"vertical" DOUBLE,
"bench" DOUBLE,
"broad_jump" DOUBLE,
"n_3cone" DOUBLE -- 3Cone,
"shuttle" DOUBLE
);
Anyone who has the link will be able to view this.