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 punts (
"player" VARCHAR,
"avg" DOUBLE,
"net_avg" DOUBLE,
"net_yds" BIGINT,
"punts" BIGINT,
"lng" BIGINT,
"yds" BIGINT,
"in_20" BIGINT,
"oob" BIGINT,
"dn" BIGINT,
"tb" BIGINT,
"fc" BIGINT,
"ret" BIGINT,
"rety" BIGINT,
"td" BIGINT,
"p_blk" BIGINT
);
Anyone who has the link will be able to view this.