Baselight

NFL 2020 Combine

Results of 2020 NFL Scouting Combine

@kaggle.mrframm_nfl_2020_combine

Loading...
Loading...

About this Dataset

NFL 2020 Combine

Context

Young football players take exams in running, jumping, bench press.

Sources

https://www.pro-football-reference.com/draft/2020-combine.htm

Inspiration

Always wondered how different types of physical abilities affect the role of a player in the field.

Tables

Nfl 2020 Combine

@kaggle.mrframm_nfl_2020_combine.nfl_2020_combine
  • 18.12 KB
  • 337 rows
  • 11 columns
Loading...

CREATE TABLE nfl_2020_combine (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "pos" VARCHAR,
  "ht" BIGINT,
  "wt" BIGINT,
  "n_40yd" DOUBLE,
  "vertical" DOUBLE,
  "bench" DOUBLE,
  "broad_jump" DOUBLE,
  "n_3cone" DOUBLE,
  "shuttle" DOUBLE
);

Share link

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