KenPom2022
Ken Pomeroy's data updated for the 2022 march madness season
@kaggle.verracodeguacas_kenpom2022
Ken Pomeroy's data updated for the 2022 march madness season
@kaggle.verracodeguacas_kenpom2022
Updated the unbiased data up to selection Sunday 2022
This data contains two csv files. One of them is guaranteed to have no leakage. The problem with it is that the data only starts after 2010. The other file goes back to 2001, but contains some leakage.
The data was acquired from Ken Pom's official website (leaky data) and from time machine services for the unleaky version.
CREATE TABLE kenpom_2022 (
"unnamed_0" BIGINT -- Unnamed: 0,
"season" BIGINT,
"teamname" VARCHAR,
"adj_o" DOUBLE,
"adj_d" DOUBLE,
"adj_tempo" DOUBLE,
"luck" DOUBLE,
"sos_adj_o" DOUBLE,
"sos_adj_d" DOUBLE
);Anyone who has the link will be able to view this.