Baselight

NHL NBA,MLB,NBA Salaries + Statistics (1876-2024)

Data on major North American sports leagues compiled into CSV/JSONL form.

@kaggle.chiefzach12_sports_data

Passing
@kaggle.chiefzach12_sports_data.passing

  • 16.31 KB
  • 101 rows
  • 16 columns
player

Player

pass_yds

Pass Yds

yds_att

Yds/Att

att

Att

cmp

Cmp

cmp_fbd6fd

Cmp %

td

TD

int

INT

rate

Rate

n_1st

1st

n_1st_7f159d

1st%

n_20

20+

n_40

40+

lng

Lng

sck

Sck

scky

SckY

Mark Brunell43677.855735363.419208420837.340136250257
Vinny Testaverde41777.654932559.2331988.720036.459108634270
Drew Bledsoe40866.662337359.9271583.720633.14538430190
Brett Favre38997.254332559.8391395.819435.749118040241
Jeff Blake36246.654930856.1241480.318433.535116144278
Gus Frerotte34537.447027057.4121179.3174375065222134
John Elway33287.146628761.6261489.216535.44455126194
Bobby Hebert31526.548829460.2222572.916834.43575727150
Troy Aikman31266.746529663.7121380.1158343156118120
Scott Mitchell29176.743725357.9171774.915134.63636236199

CREATE TABLE passing (
  "player" VARCHAR,
  "pass_yds" BIGINT,
  "yds_att" DOUBLE,
  "att" BIGINT,
  "cmp" BIGINT,
  "cmp_fbd6fd" DOUBLE,
  "td" BIGINT,
  "int" BIGINT,
  "rate" DOUBLE,
  "n_1st" BIGINT,
  "n_1st_7f159d" DOUBLE,
  "n_20" BIGINT,
  "n_40" BIGINT,
  "lng" BIGINT,
  "sck" BIGINT,
  "scky" BIGINT
);

Share link

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