March Madness | Historical Data | 2012-2023
March Madness Mayhem: A Decade of Dunking, Upsets, and Championship Glory
@kaggle.arnavs19_march_madness_historical_data_2012_2023
March Madness Mayhem: A Decade of Dunking, Upsets, and Championship Glory
@kaggle.arnavs19_march_madness_historical_data_2012_2023
CREATE TABLE march_madnesss_historical_data (
"year" BIGINT,
"team" VARCHAR,
"g" BIGINT,
"w" BIGINT,
"l" BIGINT,
"w_l" DOUBLE,
"srs" DOUBLE,
"sos" DOUBLE,
"conf_w" BIGINT,
"conf_l" BIGINT,
"home_w" BIGINT,
"home_l" BIGINT,
"away_w" BIGINT,
"away_l" BIGINT,
"team_points" BIGINT,
"opp_points" BIGINT,
"fg" DOUBLE,
"n_3p" DOUBLE,
"ft" DOUBLE,
"home_win_rate" DOUBLE,
"away_win_rate" DOUBLE,
"conference_win_rate" DOUBLE,
"point_diff" DOUBLE,
"adjem" DOUBLE,
"adjo" DOUBLE,
"adjd" DOUBLE,
"adjt" DOUBLE,
"luck" DOUBLE,
"sos_adjem" DOUBLE,
"oppo" DOUBLE,
"oppd" DOUBLE,
"ncsos_adjem" DOUBLE,
"seed" BIGINT,
"made_round_of_16" BIGINT
);
Anyone who has the link will be able to view this.