Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Public Picks
@kaggle.nishaanamin_march_madness_data.public_picks

  • 8.94 KB
  • 64 rows
  • 9 columns
year

YEAR

team_no

TEAM NO

team

TEAM

r64

R64

r32

R32

s16

S16

e8

E8

f4

F4

finals

FINALS

20241079Akron7.16%2.18%0.63%0.22%0.10%0.04%
20241078Alabama87.11%55.73%13.55%7.31%2.89%1.10%
20241077Arizona95.19%81.05%52.02%22.26%10.05%4.06%
20241076Auburn90.17%59.97%15.93%7.95%3.64%1.34%
20241075Baylor92.34%71.07%33.68%12.15%4.35%1.83%
20241073BYU75.17%21.70%6.92%1.64%0.64%0.32%
20241072Clemson51.46%10.43%3.16%0.79%0.30%0.16%
20241071Colgate6.38%1.89%0.54%0.20%0.09%0.04%
20241070College of Charleston11.57%2.72%0.68%0.24%0.10%0.05%
20241069Colorado22.97%3.66%0.90%0.35%0.11%0.05%

CREATE TABLE public_picks (
  "year" BIGINT,
  "team_no" BIGINT,
  "team" VARCHAR,
  "r64" VARCHAR,
  "r32" VARCHAR,
  "s16" VARCHAR,
  "e8" VARCHAR,
  "f4" VARCHAR,
  "finals" VARCHAR
);

Share link

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