Baselight

College Basketball Dataset

Datasets for the 2013 through 2021 seasons

@kaggle.andrewsundberg_college_basketball_dataset

Cbb24
@kaggle.andrewsundberg_college_basketball_dataset.cbb24

  • 38.6 KB
  • 362 rows
  • 23 columns
rk

RK

team

TEAM

conf

CONF

g

G

w

W

adjoe

ADJOE

adjde

ADJDE

barthag

BARTHAG

efg

EFG%

efgd

EFGD%

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

seed

SEED

1HoustonB123430119.285.50.978549.74413.724.736.930.229.93948.443.434.73063.310.61
2ConnecticutBE3431127.193.60.971257.145.114.916.236.526.833.332.558.543.736.731.964.611.31
3PurdueB103329126.294.70.96445647.716.51437.424.742.82353.248.140.831.467.6111
4Iowa St.B123427113.686.50.958351.947.115.725.731.629.436.135.251.746.934.931.567.66.92
5AuburnSEC3427120.792.10.957354.143.414.918.232.930.338.24154.942.835.229.869.85.54
6ArizonaP123325121.593.60.95265548.716.118.136.323.136.725.754.647.837.133.4724.92
7TennesseeSEC3224115.691.20.938251.545.414.618.932.428.634.335.851.644.334.231.469.25.82
8MarquetteBE3425118.994.60.932855.149.714.321.12630.825.628.25649.235.833.669.16.52
9North CarolinaACC3427116.893.20.930551.346.414.414.932.823.536.828.350.34635.431.470.46.61
10CreightonBE3223120.696.50.928957.546.415.311.225.924.624.516.260.645.736.132.266.94.43

CREATE TABLE cbb24 (
  "rk" BIGINT,
  "team" VARCHAR,
  "conf" VARCHAR,
  "g" BIGINT,
  "w" BIGINT,
  "adjoe" DOUBLE,
  "adjde" DOUBLE,
  "barthag" DOUBLE,
  "efg" DOUBLE,
  "efgd" 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,
  "seed" DOUBLE
);

Share link

Anyone who has the link will be able to view this.