Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb19
@kaggle.andrewsundberg_college_basketball_dataset.cbb19

  • 36.8 KB
  • 353 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

GonzagaWCC3733123.489.90.97445944.214.91931.526.835.325.961.443.436.330.4727E81
VirginiaACC383512389.90.973655.244.714.717.530.425.429.126.352.545.739.528.960.711.1Champions1
DukeACC3832118.989.20.964653.64517.519.435.629.533.224584530.829.973.611.2E81
North CarolinaACC3629120.191.40.958252.948.917.218.335.322.830.228.452.147.936.233.57610S161
MichiganB103730114.685.60.966551.644.113.91824.724.827.524.151.844.334.229.165.99.2S162
Michigan St.B103932119.9910.959755.243.918.514.933.926.433.627.554.341.937.831.668.610.7F42
KentuckySEC3730117.589.80.95685346.618.617.936.825.541.926.852.943.635.434.366.98.8E82
TennesseeSEC3631122.895.20.948855.348.115.81831.630.233.334.955.444.736.735.468.89.9S162
Texas TechB123831115.285.20.969653.54317.722.827.428.732.936.652.841.936.529.767.572ND3
PurdueB103626122.894.30.953953.64915.818.634.52729.931.751.547.237.434.2676.1E83

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