Baselight

2019 NFL Scouting Combine

2019 NFL Scouting Combine Results

@kaggle.dtrade84_2019_nfl_scouting_combine

N 2019 Nfl Combine Results
@kaggle.dtrade84_2019_nfl_scouting_combine.n_2019_nfl_combine_results

  • 20.82 KB
  • 275 rows
  • 16 columns
year

Year

name

Name

college

College

pos

POS

height_in

Height (in)

weight_lbs

Weight (lbs)

hand_size_in

Hand Size (in)

arm_length_in

Arm Length (in)

wonderlic

Wonderlic

n_40_yard

40 Yard

bench_press

Bench Press

vert_leap_in

Vert Leap (in)

broad_jump_in

Broad Jump (in)

shuttle

Shuttle

n_3cone

3Cone

n_60yd_shuttle

60Yd Shuttle

nannannan
2019Johnathan AbramMississippi StateS712059.6331.384.45116
2019Paul AdamsMissouriOT783171033.55.1816271037.684.74
2019Nasir AdderleyDelawareS722069319.999.999.99
2019Azeez Al-ShaairFlorida AtlanticLB732349.532.389.99169.999.99
2019Otaro AlakaTexas A&MLB752399.75334.8220361319.999.99
2019Dakota AllenTexas TechLB732329.2531.254.772331.51166.884.04
2019Josh AllenKentuckyEDG772628.7533.54.63281187.154.23
2019Zach AllenBoston CollegeDE7628110.1334.75524321127.344.36
2019Bryson Allen-WilliamsSouth CarolinaLB732369.7531.54.88147.49.99

CREATE TABLE n_2019_nfl_combine_results (
  "year" DOUBLE,
  "name" VARCHAR,
  "college" VARCHAR,
  "pos" VARCHAR,
  "height_in" DOUBLE,
  "weight_lbs" DOUBLE,
  "hand_size_in" DOUBLE,
  "arm_length_in" DOUBLE,
  "wonderlic" VARCHAR,
  "n_40_yard" DOUBLE,
  "bench_press" DOUBLE,
  "vert_leap_in" DOUBLE,
  "broad_jump_in" DOUBLE,
  "shuttle" DOUBLE,
  "n_3cone" DOUBLE,
  "n_60yd_shuttle" DOUBLE
);

Share link

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