Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb23
@kaggle.andrewsundberg_college_basketball_dataset.cbb23

  • 36.68 KB
  • 363 rows
  • 23 columns
team

TEAM

conf

CONF

g

G

w

W

adjoe

ADJOE

adjde

ADJDE

barthag

BARTHAG

efg_o

EFG O

efg_d

EFG D

tor

TOR

tord

TORD

orb

ORB

drb

DRB

ftr

FTR

ftrd

FTRD

n_2p_o

2P O

n_2p_d

2P D

n_3p_o

3P O

n_3p_d

3P D

adj_t

ADJ T

wab

WAB

postseason

POSTSEASON

seed

SEED

KansasB123628113.892.30.917752.64717.520.228.728.729.831.15347.234.7316910.1R321
PurdueB103529117.993.70.933351.847.217.215.438.423.537.219.254.147.232.231.363.99.4R641
AlabamaSEC3731116.1890.954852.141.318.715.834.227.936.632.653.840.833.528.372.610.2S161
HoustonAmer3733117.390.30.953252.342.715.421.137.127.728.935.753.143.43427.963.48S161
TexasB123829116.191.80.937153.348.116.322.128.32930.533.75447.934.732.468.57.5E82
MarquetteBE3629118.7960.9197565115.322.526.231.72729.158.250.335.334.768.47.8R322
ArizonaP123528119.495.40.929256.547.118.416.930.726.135.825.556.446.237.832.372.27.6R642
UCLAP123731114.988.50.952851.146.814.923.33328.227.427.550.646.934.931.166.18.4S162
Kansas St.B123626112.694.70.880352.348.119.32129.930.336.136.352.849.234.330.869.84.2E83
GonzagaWCC3631123.2990.925157.651.414.817.831.225.634.12658.250.637.535.270.16.6E83

CREATE TABLE cbb23 (
  "team" VARCHAR,
  "conf" VARCHAR,
  "g" BIGINT,
  "w" BIGINT,
  "adjoe" DOUBLE,
  "adjde" DOUBLE,
  "barthag" DOUBLE,
  "efg_o" DOUBLE,
  "efg_d" DOUBLE,
  "tor" DOUBLE,
  "tord" DOUBLE,
  "orb" DOUBLE,
  "drb" DOUBLE,
  "ftr" DOUBLE,
  "ftrd" DOUBLE,
  "n_2p_o" DOUBLE,
  "n_2p_d" DOUBLE,
  "n_3p_o" DOUBLE,
  "n_3p_d" DOUBLE,
  "adj_t" DOUBLE,
  "wab" DOUBLE,
  "postseason" VARCHAR,
  "seed" DOUBLE
);

Share link

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