Baselight

College Football Bowl Games (1902 - 2022)

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

@kaggle.mattop_college_football_bowl_games_1902_2022

Collegefootballbowl
@kaggle.mattop_college_football_bowl_games_1902_2022.collegefootballbowl

  • 85.25 KB
  • 1527 rows
  • 14 columns
id

Id

year

Year

date

Date

day

Day

winner_tie

Winner Tie

winner_rank

Winner Rank

winner_points

Winner Points

loser_tie

Loser Tie

loser_rank

Loser Rank

loser_points

Loser Points

attendance

Attendance

mvp

Mvp

sponsor

Sponsor

bowl_name

Bowl Name

12021Wed Dec 29 2021 00:00:00 GMT+0000 (Coordinated Universal Time)WedOklahoma1447Oregon153259121Oklahoma RB Kennedy Brooks, Oklahoma S Pat FieldsValeroAlamo Bowl
22020Tue Dec 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)TueTexas2055Coloradonan2310822Texas RB Bijan Robinson, Texas LB DeMarvion OvershownValeroAlamo Bowl
32019Tue Dec 31 2019 00:00:00 GMT+0000 (Coordinated Universal Time)TueTexasnan38Utah121060147Texas QB Sam Ehlinger, Texas LB Joseph OssaiValeroAlamo Bowl
42018Fri Dec 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)FriWashington State1228Iowa State252660675Washington State QB Gardner Minshew, Washington State LB Peyton PelluerValeroAlamo Bowl
52017Thu Dec 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)ThuTexas Christian1339Stanford153757653TCU QB Kenny Hill, TCU LB Travin HowardValeroAlamo Bowl
62016Thu Dec 29 2016 00:00:00 GMT+0000 (Coordinated Universal Time)ThuOklahoma State1338Colorado11859815OSU WR James Washington, OSU DT Vincent TaylorValeroAlamo Bowl
72015Sat Jan 02 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SatTexas Christian1147Oregon154164569TCU QB Brian Kohlhausen, TCU S Travin HowardValeroAlamo Bowl
82014Fri Jan 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)FriUCLA1440Kansas State113560517RB Paul Perkins (UCLA), LB Eric Kendricks (UCLA)ValeroAlamo Bowl
92013Mon Dec 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)MonOregon1030Texasnan765918QB Marcus Mariota (Oregon), SS Avery Patterson (Oregon)Valero Energy CorporationAlamo Bowl
102012Sat Dec 29 2012 00:00:00 GMT+0000 (Coordinated Universal Time)SatTexasnan31Oregon State152765277WR Marquise Goodwin (Texas), DL Alex Okafor (Texas)Valero Energy CorporationAlamo Bowl

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.