Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb22
@kaggle.andrewsundberg_college_basketball_dataset.cbb22

  • 36.55 KB
  • 358 rows
  • 23 columns
team

TEAM

conf

CONF

g

G

w

W

adjoe

ADJOE

adjde

ADJDE

barthag

BARTHAG

efg_o

EFG O

efgd_d

EFGD 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

GonzagaWCC3228120.389.90.966258.743.115.716.329.123.430.622.760.441.83730.572.66.7S161
KansasB124034119.891.30.95853.845.817.318.132.928.632.327.753.646.436.129.869.110.4Champions1
BaylorB123427117.891.30.949152.847.817.922.936.328.82927.753.649.234.330.267.68.9R321
ArizonaP12373311893.70.934155.644.418.317.434.728.634.9245741.835.332.872.38.8S161
DukeACC3932122.7960.94455.647.11515.731.728.928.619.15646.636.63267.47.2F42
VillanovaBE3830117.2930.934651.547.315.518.431.228.929.82549.548.135.930.862.27.3F42
KentuckySEC3426119.495.40.929553.146.916.717.537.724.92825.453.547.334.730.867.86.9R642
AuburnSEC3428111.7900.922849.944.116.72033.728.931.634.251.342.831.831707.4R322
Texas TechB123727110.585.40.950952.645.819.823.233.225.835.131.954.944.532.131.566.36.6S163
TennesseeSEC3527111.387.10.943950.746.417.722.932.427.22931.548.54635.931.367.48R323

CREATE TABLE cbb22 (
  "team" VARCHAR,
  "conf" VARCHAR,
  "g" BIGINT,
  "w" BIGINT,
  "adjoe" DOUBLE,
  "adjde" DOUBLE,
  "barthag" DOUBLE,
  "efg_o" DOUBLE,
  "efgd_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.