Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Tournament Matchups
@kaggle.nishaanamin_march_madness_data.tournament_matchups

  • 41.87 KB
  • 2036 rows
  • 9 columns
year

YEAR

by_year_no

BY YEAR NO

by_round_no

BY ROUND NO

team_no

TEAM NO

team

TEAM

seed

SEED

round

ROUND

current_round

CURRENT ROUND

score

SCORE

202420361067Connecticut1164
202420351026Stetson166464
202420341038North Carolina1164
202420331055Howard166464
202420321038North Carolina1164
202420311016Wagner166464
202420301056Houston1164
202420291048Longwood166464
202420281033Purdue1164
202420271043Montana St.166464

CREATE TABLE tournament_matchups (
  "year" BIGINT,
  "by_year_no" BIGINT,
  "by_round_no" BIGINT,
  "team_no" BIGINT,
  "team" VARCHAR,
  "seed" BIGINT,
  "round" BIGINT,
  "current_round" BIGINT,
  "score" DOUBLE
);

Share link

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