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 preseason_votes (
"year" BIGINT,
"team_no" DOUBLE,
"team" VARCHAR,
"seed" DOUBLE,
"round" DOUBLE,
"ap_votes" BIGINT,
"ap_rank" BIGINT,
"rank" BIGINT
);
Anyone who has the link will be able to view this.