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

Tackles
@kaggle.chiefzach12_sports_data.tackles

  • 22.49 KB
  • 1241 rows
  • 5 columns
player

Player

comb

Comb

asst

Asst

solo

Solo

sck

Sck

Victor Green163421212
Chris Spielman15647109
Zach Thomas155351202
Junior Seau139281117
Derrick Brooks1344193
Eric Hill1314883
Roman Phifer128201081.5
Ken Norton12721106
Rodney Harrison125201051
Sam Mills12131905.5

CREATE TABLE tackles (
  "player" VARCHAR,
  "comb" BIGINT,
  "asst" BIGINT,
  "solo" BIGINT,
  "sck" DOUBLE
);

Share link

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