Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Conference Stats Neutral
@kaggle.nishaanamin_march_madness_data.conference_stats_neutral

  • 84.83 KB
  • 517 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

20241A106.8106.399.50.68173383552.0547945249.648.635.33418.417.528.769.830.271.366.648.649.234.131.810115250.661.238.862.737.367.177.13380.2641.88418.38673.270.71.0271.02923.554-0.8
20242ACC13.8113.199.30.81773383552.0547945250.350.13532.216.31727.468.431.672.668.751.351.132.532.39.29.351.751.362.937.163.536.568.777.89781.0781.65362.32475.573.71.0581.06835.818-0.08
20243AE2.2105.21030.5618627553.847.436.636.916.218.122.768.331.777.36852.645.93733.5126.747.448.559.940.166.733.369.376.77679.0912.1476.23673.365.71.0771.0028.703-0.1
20244Amer5.4106.9101.50.64566303645.454545454950.233.233.416.417.328.268.831.271.868.848.349.933.533.81110.949.252.662.937.1623868.777.29380.3472.23730.45571.370.31.0331.05823.939-1
20245ASun-6.8103.3110.10.3251510566.6666666751.150.935.132.117.718.233.570.629.466.5695250.43334.49.8744.44763.936.158.641.468.976.77779.6682.0268.16474.874.91.0841.0596.003-0.3
20246B1017113.796.70.86665343152.3076923150.349.333.832.616.416.630.870.429.669.268.449.74934.233.29.69.453.355.365.234.864.535.568.377.91281.1611.98257.33372.474.51.0731.05138.3690.04
20247B1216.1112.296.10.85673413256.1643835649.248.43435.817.617.231.371.928.168.76948.848.133.332.69.810.55551.862.237.861.438.669.277.58880.9162.09648.60773.274.11.0511.02437.4190.18
20248BE18.2112.594.30.88445252055.5555555649.648.92930.315.416.627.873.926.172.268.350.948.831.832.69.59.854.752.960.439.662.237.868.477.72280.7722.10250.58374.772.31.051.01838.9310.21
20249BSky-4.3103.4107.70.38531141745.1612903251.652.431.832.417.517.226.972.527.573.167.552.652.933.534.47.47.844.641.658.241.862.537.568.777.24980.2022.0574.15975.872.11.0571.0577.195-1.4
202410BSth-1.5101.4102.90.45829161355.1724137948.748.134.634.117.116.128.1742671.967.347.149.934.4308.7952.551.163.336.764.635.467.376.7979.6662.2378.16968.7741.0141.0211.266-0.9

CREATE TABLE conference_stats_neutral (
  "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.