College Basketball Big East (1979 - 2021)
Yearly College Basketball Big East Conference Data (1979 - 2021)
@kaggle.mattop_college_basketball_big_east_1979_2021
Yearly College Basketball Big East Conference Data (1979 - 2021)
@kaggle.mattop_college_basketball_big_east_1979_2021
CREATE TABLE bigeastncaabasketball (
"id" BIGINT,
"year" BIGINT,
"rank" BIGINT,
"school" VARCHAR,
"games" BIGINT,
"wins" BIGINT,
"losses" BIGINT,
"win_percentage" DOUBLE,
"conference_wins" BIGINT,
"conference_losses" BIGINT,
"home_wins" DOUBLE,
"home_losses" DOUBLE,
"away_wins" DOUBLE,
"away_losses" DOUBLE,
"offensive_rating" DOUBLE,
"defensive_rating" DOUBLE,
"net_rating" DOUBLE,
"field_goals" DOUBLE,
"field_goal_attempts" DOUBLE,
"field_goal_percentage" DOUBLE,
"n_3_pointers" DOUBLE,
"n_3_pointer_attempts" DOUBLE,
"n_3_pointer_percentage" DOUBLE,
"effective_field_goal_percentage" DOUBLE,
"free_throws" DOUBLE,
"free_throw_attempts" DOUBLE,
"free_throw_percentage" DOUBLE,
"offensive_rebounds" DOUBLE,
"total_rebounds" DOUBLE,
"assists" DOUBLE,
"steals" DOUBLE,
"blocks" DOUBLE,
"turnovers" DOUBLE,
"personal_fouls" DOUBLE,
"points" DOUBLE,
"opponent_points" DOUBLE,
"simple_rating" DOUBLE
);
Anyone who has the link will be able to view this.