Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Conference Stats Home
@kaggle.nishaanamin_march_madness_data.conference_stats_home

  • 84.59 KB
  • 519 rows
  • 45 columns
year

YEAR

conf_id

CONF ID

conf

CONF

badj_em

BADJ EM

badj_o

BADJ O

badj_d

BADJ D

barthag

BARTHAG

g

G

w

W

l

L

win

WIN%

efg

EFG%

efgd

EFGD%

ftr

FTR

ftrd

FTRD

tov

TOV%

tov_d

TOV%D

oreb

OREB%

dreb

DREB%

op_oreb

OP OREB%

op_dreb

OP DREB%

raw_t

RAW T

n_2pt

2PT%

n_2pt_d

2PT%D

n_3pt

3PT%

n_3pt_d

3PT%D

blk

BLK%

blked

BLKED%

ast

AST%

op_ast

OP AST %

n_2ptr

2PTR

n_3ptr

3PTR

n_2ptrd

2PTRD

n_3ptrd

3PTRD

badj_t

BADJ T

avg_hgt

AVG HGT

eff_hgt

EFF HGT

exp

EXP

talent

TALENT

ft

FT%

op_ft

OP FT%

pppo

PPPO

pppd

PPPD

elite_sos

ELITE SOS

wab

WAB

20241A105.7108102.30.6512411697270.1244813352.447.835.229.515.917.528.9722871.167.852.346.8353311.79.25550.259.840.261.138.968.277.13380.2641.88418.38671.371.51.0950.9998.418-2.7
20242ACC13111.998.90.805250180707252.748.73326.714.717.929.573.826.270.568.652.64835.333.211.57.951.947.762.437.661.638.468.677.89781.0781.65362.32473.971.81.1220.9915.245-1.1
20243AE-5.1101.7106.80.363112704262.550.648.233.428.816.316.326.172.827.273.970.751.349.132.9319.710.248.244.762.737.365.334.769.776.77679.0912.1476.23672.869.91.0471.0053.663-3.9
20244Amer4.4108.6104.20.6172151437266.5116279151.44937.129.815.917.73270.229.86868.651.648.834.132.910.49.352.54961.838.261.438.668.677.29380.3472.23730.45573.370.41.1091.0248.527-3.2
20245ASun-8.1104.2112.30.297145935264.1379310352.751.134.130.914.815.628.770.929.171.368.551.749.736.335.69.68.746.943.661.838.261.938.168.376.77779.6682.0268.16473.272.71.1151.0823.242-3.7
20246B1017.611597.40.8712421875577.2727272753.247.537.62815.217.831.372.227.868.768.753.546.535.232.910.48.456.648.163.836.264.735.368.777.91281.1611.98257.33372.171.81.1350.98518.560.47
20247B1220.8115.194.30.9082441935179.098360665446.53627.516.819.632.972.427.667.168.553.846.636.330.911.18.658.349.462.337.762.737.368.577.58880.9162.09648.60772.869.41.1390.93919.6760.9
20248BE15114.199.10.8351871276067.914438553.648.43225.916.51731.9722868.168.653.647.835.732.911.19.457.650.660.639.463.236.868.777.72280.7722.10250.58374.572.81.1271.00720.751-0.8
20249BSky-3.7104.7108.40.402119744562.1848739554.151.233.431.716.217.526.673.626.473.467.253.651.336.5349.27.353.546.961.838.264.235.867.577.24980.2022.0574.15972.8741.1011.0473.743-3.8
202410BSth-4.7104.2108.90.376107654260.7476635551.950.24137.917.516.930.4712969.668.251.850.734.732.89.3747.54263.336.7653568.376.7979.6662.2378.16971.8701.0861.054.01-3.9

CREATE TABLE conference_stats_home (
  "year" BIGINT,
  "conf_id" BIGINT,
  "conf" VARCHAR,
  "badj_em" DOUBLE,
  "badj_o" DOUBLE,
  "badj_d" DOUBLE,
  "barthag" DOUBLE,
  "g" BIGINT,
  "w" BIGINT,
  "l" BIGINT,
  "win" DOUBLE,
  "efg" DOUBLE,
  "efgd" DOUBLE,
  "ftr" DOUBLE,
  "ftrd" DOUBLE,
  "tov" DOUBLE,
  "tov_d" DOUBLE,
  "oreb" DOUBLE,
  "dreb" DOUBLE,
  "op_oreb" DOUBLE,
  "op_dreb" DOUBLE,
  "raw_t" DOUBLE,
  "n_2pt" DOUBLE,
  "n_2pt_d" DOUBLE,
  "n_3pt" DOUBLE,
  "n_3pt_d" DOUBLE,
  "blk" DOUBLE,
  "blked" DOUBLE,
  "ast" DOUBLE,
  "op_ast" DOUBLE,
  "n_2ptr" DOUBLE,
  "n_3ptr" DOUBLE,
  "n_2ptrd" DOUBLE,
  "n_3ptrd" DOUBLE,
  "badj_t" DOUBLE,
  "avg_hgt" DOUBLE,
  "eff_hgt" DOUBLE,
  "exp" DOUBLE,
  "talent" DOUBLE,
  "ft" DOUBLE,
  "op_ft" DOUBLE,
  "pppo" DOUBLE,
  "pppd" DOUBLE,
  "elite_sos" DOUBLE,
  "wab" DOUBLE
);

Share link

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