Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb14
@kaggle.andrewsundberg_college_basketball_dataset.cbb14

  • 36.63 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

ArizonaP123833116.287.40.963651.742.315.719.136.427.34134.250.740.236.43264.39.4E81
FloridaSEC3936115.988.40.957552.245.417.521.335.32842.431.251.343.535.93363.111.7F41
VirginiaACC3730114.689.50.944950.844.216.518.433.925.84232.54942.136.932.361.28.2S161
Wichita St.MVC3534116.4930.929552.444.716.218.23526.246.935.752.343.63531.165.18.1R321
KansasB123525119.295.60.92754.247.119.116.437.328.848.345.555.544.33435.568.26.9R322
MichiganB10372812599.90.929555.749.414.817.129.430.534.926.752.750.240.231.862.67.7E82
VillanovaBE3429115.292.50.92653.646.317.32032.628.744.538.653.84335.635.367.68.3R322
WisconsinB103830122.795.90.944153.347.212.715.328.127.442.727.151.345.937.634.163.97.9F42
CreightonBE3527125.2101.90.914458.948.51514.827.727.833.93356.34741.434.265.45.6R323
DukeACC3526125.998.60.943253.849.314.618.535.231.338.840.850.350.339.530.766.76.5R643

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