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

Receiving
@kaggle.chiefzach12_sports_data.receiving

  • 18.41 KB
  • 395 rows
  • 12 columns
player

Player

rec

Rec

yds

Yds

td

TD

n_20

20+

n_40

40+

lng

LNG

rec_1st

Rec 1st

n_1st

1st%

rec_fum

Rec FUM

rec_yac_r

Rec YAC/R

tgts

Tgts

Jerry Rice1081254811397266.7
Herman Moore10612969191507167
Carl Pickens100118012154616363
Larry Centers9976673394444.4
Cris Carter96116310163435759.41
Brett Perriman941021561445962.8
Tim Brown9011049162425864.41
Terry Glenn901132616375864.41
Irving Fryar88119511152426675
Tony Martin85117114154555969.4

CREATE TABLE receiving (
  "player" VARCHAR,
  "rec" BIGINT,
  "yds" BIGINT,
  "td" BIGINT,
  "n_20" BIGINT,
  "n_40" BIGINT,
  "lng" BIGINT,
  "rec_1st" BIGINT,
  "n_1st" DOUBLE,
  "rec_fum" BIGINT,
  "rec_yac_r" BIGINT,
  "tgts" BIGINT
);

Share link

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