Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Upset Seed Info
@kaggle.nishaanamin_march_madness_data.upset_seed_info

  • 4.77 KB
  • 207 rows
  • 5 columns
year

YEAR

current_round

CURRENT ROUND

seed_won

SEED WON

seed_lost

SEED LOST

seed_diff

SEED DIFF

2023641349
20236415213
20236416115
2023641165
2023641073
202332633
2023321578
202332725
202332817
202316514

CREATE TABLE upset_seed_info (
  "year" BIGINT,
  "current_round" BIGINT,
  "seed_won" BIGINT,
  "seed_lost" BIGINT,
  "seed_diff" BIGINT
);

Share link

Anyone who has the link will be able to view this.