Baselight

Superbowl Fun Stats

Wins, losses, other states like largest score gap, most wins, etc.

@kaggle.damonnarkiewicz_superbowl_fun_stats

Super Bowl Ratings
@kaggle.damonnarkiewicz_superbowl_fun_stats.super_bowl_ratings

  • 9.48 KB
  • 58 rows
  • 9 columns
super_bowl

Super Bowl

super_bowl_number

Super Bowl Number

date

Date

network

Network

average_viewers

Average Viewers

total_viewers

Total Viewers

household_rating

Household Rating

household_share

Household Share

cost_of_30_second_ad_usd

Cost Of 30 Second Ad Usd

I1Sun Jan 15 1967 00:00:00 GMT+0000 (Coordinated Universal Time)NBC244300003560000018.53637500
II2Sun Jan 14 1968 00:00:00 GMT+0000 (Coordinated Universal Time)CBS391200005130000036.86854500
III3Sun Jan 12 1969 00:00:00 GMT+0000 (Coordinated Universal Time)NBC4166000054500000367055000
IV4Sun Jan 11 1970 00:00:00 GMT+0000 (Coordinated Universal Time)CBS442700005920000039.46978200
V5Sun Jan 17 1971 00:00:00 GMT+0000 (Coordinated Universal Time)NBC460400005850000039.97572500
VI6Sun Jan 16 1972 00:00:00 GMT+0000 (Coordinated Universal Time)CBS566400006730000044.27486100
VII7Sun Jan 14 1973 00:00:00 GMT+0000 (Coordinated Universal Time)NBC533200006770000042.77288100
VIII8Sun Jan 13 1974 00:00:00 GMT+0000 (Coordinated Universal Time)CBS517000006320000041.673103500
IX9Sun Jan 12 1975 00:00:00 GMT+0000 (Coordinated Universal Time)NBC560500007130000042.472107000
X10Sun Jan 18 1976 00:00:00 GMT+0000 (Coordinated Universal Time)CBS577100007330000042.378110000

CREATE TABLE super_bowl_ratings (
  "super_bowl" VARCHAR,
  "super_bowl_number" BIGINT,
  "date" TIMESTAMP,
  "network" VARCHAR,
  "average_viewers" BIGINT,
  "total_viewers" DOUBLE,
  "household_rating" DOUBLE,
  "household_share" DOUBLE,
  "cost_of_30_second_ad_usd" DOUBLE
);

Share link

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