Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb15
@kaggle.andrewsundberg_college_basketball_dataset.cbb15

  • 36.85 KB
  • 351 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

WisconsinB104036129.193.60.975854.847.712.415.832.123.736.222.454.844.736.537.559.311.32ND1
DukeACC3935125.290.60.976456.646.516.318.635.830.239.823.955.946.338.731.466.410.7Champions1
ArizonaP123834117.586.90.9753.545.116.520.634.522.447.137.353.342.73633.566.79E82
GonzagaWCC3734120.293.10.949857.944.216.117.133.92838.730.55742403365.27.8E82
LouisvilleACC3627109.487.40.92947.74417.221.334.730.838.733.348.443.330.730.365.65.8E84
Notre DameACC3832125.398.60.940158.347.914.517.327.932.236.724.158.247.43932.663.98.6E83
KentuckySEC3938120.3840.984251.539.616.321.339.531.843.931.751.239.134.927.163.513.1F41
Michigan St.B103927116.392.60.932753.244.917.516.533.52732.73950.843.838.531.563.93F47
Abilene ChristianSlnd28790.6111.30.085447.355.319.820.824.133.928.344.74255.237.83764-16.8nan
Air ForceMWC2912105110.20.36653.65319.220.229.632.630.835.553.951.535.436.661.6-10.2nan

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