Baselight

College Football Bowl Games (1902 - 2022)

Data from every college football bowl game (1902 - 2022)

@kaggle.mattop_college_football_bowl_games_1902_2022

Loading...
Loading...

About this Dataset

College Football Bowl Games (1902 - 2022)

The dataset contains every college football bowl game from (1902 - 2022).

The data was collected from Sports Reference then cleaned for data analysis.

Tabular data includes:

  • year: Year of game.
  • date: Date of game.
  • day: Day of the week.
  • winner_tie: Winner of game/tied.
  • winner_rank: Rank of winning team.
  • winner_points: Total points scored by winning team.
  • loser_tie: Loser of game/tied.
  • loser_rank: Rank of losing team.
  • loser_points: Total points scored by losing team.
  • attendance: Total number of people at bowl game
  • mvp: Most valuable player, position, team, name
  • sponsor: Sponsor of game.
  • bowl_name: Name of bowl game.

Tables

Collegefootballbowl

@kaggle.mattop_college_football_bowl_games_1902_2022.collegefootballbowl
  • 85.25 KB
  • 1527 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.