Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

N 538 Ratings
@kaggle.nishaanamin_march_madness_data.n_538_ratings

  • 13.16 KB
  • 476 rows
  • 7 columns
year

YEAR

team_no

TEAM NO

team

TEAM

seed

SEED

round

ROUND

power_rating

POWER RATING

power_rating_rank

POWER RATING RANK

2023993Houston11693.213
20231011Alabama11692.616
2023986Kansas13289.649
2023963Purdue16489.550
2023957Texas2890.143
20231010Arizona2648959
2023952UCLA21688.378
2023980Marquette23287.692
2023995Gonzaga3889.946
20231006Baylor33287.1104

CREATE TABLE n_538_ratings (
  "year" BIGINT,
  "team_no" BIGINT,
  "team" VARCHAR,
  "seed" BIGINT,
  "round" BIGINT,
  "power_rating" DOUBLE,
  "power_rating_rank" BIGINT
);

Share link

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