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

Interceptions
@kaggle.chiefzach12_sports_data.interceptions

  • 8.21 KB
  • 247 rows
  • 5 columns
player

Player

int

INT

int_td

INT TD

int_yds

INT Yds

lng

Lng

Tyrone Braxton9112869
Keith Lyle915268
Ashley Ambrose816331
Terrell Buckley6116491
Mark Collins64523
Marquez Pope619855
Eugene Robinson610739
Aeneas Williams618965
Rod Woodson6112143
Donnell Woolford613728

CREATE TABLE interceptions (
  "player" VARCHAR,
  "int" BIGINT,
  "int_td" BIGINT,
  "int_yds" BIGINT,
  "lng" BIGINT
);

Share link

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