Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb13
@kaggle.andrewsundberg_college_basketball_dataset.cbb13

  • 36.69 KB
  • 347 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

IndianaB10362912189.70.969254.74419.320.93931.445.8275243.240.330.467.87.8S161
GonzagaWCC3431118.990.20.959954.944.917.220.837.829.840.829.95542.136.532.965.17.6R321
KansasB123731111.686.20.951453.341.520.318.433.829.339.53252.939.336.430.367.77.5S161
LouisvilleBE4035115.984.50.974350.644.818.32738.233.34034.950.843.433.331.867.19Champions1
GeorgetownBE3225107.6850.938151.14320.122.430.43136.835.350.241.435.330.762.56.6R642
Miami FLACC3629112.490.80.920751.945.716.718.431.328.434.628.350.64436.232.6636.3S162
Ohio St.B103729113.689.40.940650.645.416.220.731.828.235.529.549.443.635.632.465.37.2E82
DukeACC3630118.491.50.950753.945.515.620.428.832.339.232.750.846.239.92967.87.5E82
Michigan St.B103526111.487.80.939250.644.520.819.236.127.636.632.450.444.334.130.164.46.7S163
MarquetteBE352611393.20.90249.646.220.919.538.433.140.931.751.644.929.632.364.64.5E83

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