Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Conference Stats Away Neutral
@kaggle.nishaanamin_march_madness_data.conference_stats_away_neutral

  • 84.01 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.6108.3102.70.64824010313742.9166666750.350.831.935.317.516.227.871.428.672.267.349.150.234.734.59.711.250.652.960.739.361.338.767.877.13380.2641.88418.38673.3721.0391.0728.329-3.1
20242ACC11.2111.6100.40.77124210214042.1487603350.251.229.83316.715.427.571.428.672.568.249.651.634.233.78.810.249.451.262.637.462.537.568.177.89781.0781.65362.32473.674.21.0421.08541.17-1
20243AE-5.3101.1106.40.357158639539.87341772495028.833.917.11625.971.428.674.171.249.951.131.632.19.510.146.748.763.836.264.535.570.676.77679.0912.1476.236707211.05416.777-6.5
20244Amer3.9107.8103.90.6042279413341.4096916349.850.532.134.816.916.229.568.831.270.568.449.449.933.634.31010.548.853.161.838.261.638.468.477.29380.3472.23730.45570.672.51.0451.08425.626-3.9
20245ASun-7.9103.5111.40.32106015028.571428575053.928.434.516.815.327.769.330.772.369.348.953.734.536.189.745.449.660.439.662.337.76976.77779.6682.0268.1647372.41.0381.13617.471-8.3
20246B1014.1113.699.50.8212188313538.073394549.751.331.835.316.615.629.270.129.970.867.848.850.534.335.29.29.551.555.265.134.964.935.167.877.91281.1611.98257.33373.373.31.0521.09348.308-0.46
20247B1214.5112.798.20.832139112242.7230046949.350.931.537.517.817.230.9712969.168.149.550.332.634.59.69.652.655.262.637.462.437.668.277.58880.9162.09648.60771.873.71.0351.06649.1250.29
20248BE14.5113.198.60.829173769743.9306358450.151.227.329.916.21628.170.929.171.967.750.250.433.3359.610.651.954.6613961.838.267.977.72280.7722.10250.58375.274.71.0481.07948.1490.3
20249BSky-6.6102.7109.30.3281887111737.7659574550.754.231.335.317.916.52672.327.77467.751.854.632.735.76.89.348.150.761.338.763.236.868.377.24980.2022.0574.1597371.91.0271.10515.866-7.6
202410BSth-2.8104.3107.10.424159629738.9937106949.251.335.136.516.816.629.469.930.170.66848.651.733.533.77.710.245.549.664.835.263.236.868.176.7979.6662.2378.16969.673.31.0371.08417.624-6.5

CREATE TABLE conference_stats_away_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.