NCAA Bowl Games
Explore College Football History: NCAA bowl games data from 1902 to today!
@kaggle.jonathanpilafas_ncaa_bowl_games
Explore College Football History: NCAA bowl games data from 1902 to today!
@kaggle.jonathanpilafas_ncaa_bowl_games
CREATE TABLE ncaa_bowl_games (
"bowl_name" VARCHAR,
"year" BIGINT,
"date" VARCHAR,
"day" VARCHAR,
"winner_tie" VARCHAR,
"winner_pts" BIGINT,
"loser_tie" VARCHAR,
"loser_pts" BIGINT,
"attendance" BIGINT,
"mvp" VARCHAR,
"sponsor" VARCHAR,
"game" VARCHAR,
"covid_flag" VARCHAR,
"bowl_location_site_name" VARCHAR,
"bowl_location_city" VARCHAR,
"bowl_location_state" VARCHAR,
"bowl_location_zip" BIGINT,
"winner_tie_stripped" VARCHAR,
"loser_tie_stripped" VARCHAR,
"zip" BIGINT,
"zip_string_leading_zeroes" VARCHAR,
"zip_string" VARCHAR,
"fips" BIGINT,
"fips_string" VARCHAR,
"state" VARCHAR,
"county_name" VARCHAR,
"n__batch_id" BIGINT,
"n__batch_last_run" TIMESTAMP,
"winner_conference" VARCHAR,
"winner_ncaa_division" VARCHAR,
"winner_defunct" VARCHAR,
"loser_conference" VARCHAR,
"loser_ncaa_division" VARCHAR,
"loser_defunct" VARCHAR
);
Anyone who has the link will be able to view this.