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 heat_check_tournament_index (
"year" BIGINT,
"team_no" BIGINT,
"team" VARCHAR,
"seed" BIGINT,
"round" BIGINT,
"power" DOUBLE,
"path" DOUBLE,
"draw" DOUBLE,
"wins" BIGINT,
"pool_value" DOUBLE,
"pool_s_rank" BIGINT,
"ncaa_s_rank" BIGINT,
"val_z_score" DOUBLE,
"power_path" DOUBLE
);
Anyone who has the link will be able to view this.