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 seed_results (
"seed" BIGINT,
"pake" DOUBLE,
"pake_rank" BIGINT,
"pase" DOUBLE,
"pase_rank" BIGINT,
"games" BIGINT,
"w" BIGINT,
"l" BIGINT,
"win" DOUBLE,
"r64" BIGINT,
"r32" BIGINT,
"s16" BIGINT,
"e8" BIGINT,
"f4" BIGINT,
"f2" BIGINT,
"champ" BIGINT,
"top2" BIGINT,
"champ_337e2f" VARCHAR
);
Anyone who has the link will be able to view this.