Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Resumes
@kaggle.nishaanamin_march_madness_data.resumes

  • 39 KB
  • 1079 rows
  • 17 columns
year

YEAR

team_no

TEAM NO

team

TEAM

seed

SEED

round

ROUND

net_rpi

NET RPI

resume

RESUME

wab_rank

WAB RANK

elo

ELO

b_power

B POWER

q1_w

Q1 W

q2_w

Q2 W

q1_plus_q2_w

Q1 PLUS Q2 W

q3_q4_l

Q3 Q4 L

plus_500

PLUS 500

r_score

R SCORE

bid_type

BID TYPE

20241079Akron14106131104103111.522413At-Large
20241078Alabama41031153111.547111199.35At-Large
20241077Arizona241011145.5871511899.87At-Large
20241076Auburn4545954310132199.42At-Large
20241075Baylor3138102513.5104141499.73At-Large
20241074Boise St.102717474243.563911286.45At-Large
20241073BYU61219213816.565111498.42At-Large
20241072Clemson63523465731.5551011094.27At-Large
20241071Colgate14125157989512811415At-Large
20241070College of Charleston1396125753697.5114190.01At-Large

CREATE TABLE resumes (
  "year" BIGINT,
  "team_no" BIGINT,
  "team" VARCHAR,
  "seed" BIGINT,
  "round" BIGINT,
  "net_rpi" BIGINT,
  "resume" BIGINT,
  "wab_rank" BIGINT,
  "elo" BIGINT,
  "b_power" DOUBLE,
  "q1_w" BIGINT,
  "q2_w" BIGINT,
  "q1_plus_q2_w" BIGINT,
  "q3_q4_l" BIGINT,
  "plus_500" BIGINT,
  "r_score" DOUBLE,
  "bid_type" VARCHAR
);

Share link

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