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 combined (
"player" VARCHAR,
"team" VARCHAR,
"year_signed" BIGINT,
"years" DOUBLE,
"value" BIGINT,
"apy" BIGINT,
"guaranteed" BIGINT,
"apy_as_of_cap_at_signing" VARCHAR,
"inflated_value" BIGINT,
"inflated_apy" BIGINT,
"inflated_guaranteed" BIGINT,
"position" VARCHAR
);
Anyone who has the link will be able to view this.