March Madness Data
Datasets from 2008 - 2024 (2020 not Included)
@kaggle.nishaanamin_march_madness_data
Datasets from 2008 - 2024 (2020 not Included)
@kaggle.nishaanamin_march_madness_data
CREATE TABLE resumes (
"year" BIGINT,
"team_no" BIGINT,
"team" VARCHAR,
"seed" BIGINT,
"round" BIGINT,
"net_rpi" BIGINT,
"resume" BIGINT,
"wab_rank" BIGINT,
"elo" BIGINT,
"b_power" DOUBLE,
"q1_w" BIGINT,
"q2_w" BIGINT,
"q1_plus_q2_w" BIGINT,
"q3_q4_l" BIGINT,
"plus_500" BIGINT,
"r_score" DOUBLE,
"bid_type" VARCHAR
);
Anyone who has the link will be able to view this.