NHL NBA,MLB,NBA Salaries + Statistics (1876-2024)
Data on major North American sports leagues compiled into CSV/JSONL form.
@kaggle.chiefzach12_sports_data
Data on major North American sports leagues compiled into CSV/JSONL form.
@kaggle.chiefzach12_sports_data
CREATE TABLE all_teams_1917_2025 (
"faceoffwinpct" DOUBLE,
"gamesplayed" BIGINT,
"goalsagainst" BIGINT,
"goalsagainstpergame" DOUBLE,
"goalsfor" BIGINT,
"goalsforpergame" DOUBLE,
"losses" BIGINT,
"otlosses" DOUBLE,
"penaltykillnetpct" DOUBLE,
"penaltykillpct" DOUBLE,
"pointpct" DOUBLE,
"points" BIGINT,
"powerplaynetpct" DOUBLE,
"powerplaypct" DOUBLE,
"regulationandotwins" BIGINT,
"seasonid" BIGINT,
"shotsagainstpergame" DOUBLE,
"shotsforpergame" DOUBLE,
"teamfullname" VARCHAR,
"teamid" BIGINT,
"ties" DOUBLE,
"wins" BIGINT,
"winsinregulation" BIGINT,
"winsinshootout" BIGINT
);
Anyone who has the link will be able to view this.