College Football Bowl Games (1902 - 2022)
Data from every college football bowl game (1902 - 2022)
@kaggle.mattop_college_football_bowl_games_1902_2022
Data from every college football bowl game (1902 - 2022)
@kaggle.mattop_college_football_bowl_games_1902_2022
CREATE TABLE collegefootballbowl (
"id" BIGINT,
"year" BIGINT,
"date" TIMESTAMP,
"day" VARCHAR,
"winner_tie" VARCHAR,
"winner_rank" VARCHAR,
"winner_points" BIGINT,
"loser_tie" VARCHAR,
"loser_rank" VARCHAR,
"loser_points" BIGINT,
"attendance" DOUBLE,
"mvp" VARCHAR,
"sponsor" VARCHAR,
"bowl_name" VARCHAR
);
Anyone who has the link will be able to view this.