Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Seed Results
@kaggle.nishaanamin_march_madness_data.seed_results

  • 12.71 KB
  • 16 rows
  • 18 columns
seed

SEED

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

champ_337e2f

CHAMP%

116.41-6.414240191490.796605848362216116099.90%
1111.9213.7111252600.4646029155311.40%
37.935.13175116590.6636053361853178.50%
154.445.727212600.167607410.00%
73.652.9511657590.491603612431121.20%
123.262.669333600.3556024814.50%
82.374.6410848600.4446032733315.00%
41.682.2815495590.617604632952172.20%
16-191.29622600.0326020.00%
9-1.3102.379939600.394602854211.70%

CREATE TABLE seed_results (
  "seed" BIGINT,
  "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,
  "champ_337e2f" VARCHAR
);

Share link

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