Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Coach Results
@kaggle.nishaanamin_march_madness_data.coach_results

  • 24.92 KB
  • 312 rows
  • 20 columns
coach_id

COACH ID

coach

COACH

pake

PAKE

pake_rank

PAKE RANK

pase

PASE

pase_rank

PASE RANK

games

GAMES

w

W

l

L

win

WIN%

r64

R64

r32

R32

s16

S16

e8

E8

f4

F4

f2

F2

champ

CHAMP

top2

TOP2

f4_234f67

F4%

champ_337e2f

CHAMP%

1Al Skinner-0.4209-0.92451110.40%0.00%
2Amir Abdur-Rahim-0.2153-0.21561110.10%0.00%
3Andrew Toole94951110.00%0.00%
4Andy Enfield1.63022612660.5632116.10%3.30%
5Andy Kennedy-0.3188-0.72334130.25312.80%0.20%
6Anthony Evans0.9490.9472110.5110.00%0.00%
7Anthony Grant-1.4275-1.32702224.80%0.40%
8Archie Miller1.8270.9478440.542113.40%0.10%
9Avery Johnson0.5690.4732110.5110.60%0.00%
10Ben Howland-0.8240-1.527811650.54553111147.20%11.50%

CREATE TABLE coach_results (
  "coach_id" BIGINT,
  "coach" VARCHAR,
  "pake" DOUBLE,
  "pake_rank" BIGINT,
  "pase" DOUBLE,
  "pase_rank" BIGINT,
  "games" BIGINT,
  "w" BIGINT,
  "l" BIGINT,
  "win" DOUBLE,
  "r64" BIGINT,
  "r32" BIGINT,
  "s16" BIGINT,
  "e8" BIGINT,
  "f4" BIGINT,
  "f2" BIGINT,
  "champ" BIGINT,
  "top2" BIGINT,
  "f4_234f67" VARCHAR,
  "champ_337e2f" VARCHAR
);

Share link

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