From the CORGIS Dataset Project
By Sam Donald
Version 1.0.0, created 10/28/2022
Tags: Super Bowl, Advertisement, YouTube, Football
Descriptions of superbowl ads based on their youtube video, between 2000-2020
Each row represents A super bowl ad.
Index | Type | Example Value |
---|---|---|
0 | dict | { } |
1 | dict | (same structure) |
2 | dict | (same structure) |
... | ... | ... |
Key | Type | Example Value | Description |
---|---|---|---|
"Year" |
int |
2000
|
Superbowl year |
"Brand" |
str |
"Budweiser"
|
Brand for commercial |
"Data" |
dict | { } |
Key | Type | Example Value | Description |
---|---|---|---|
"Content" |
dict | { } | |
"Viewership" |
dict | { } | |
"Title" |
str |
"1498"
|
Source the reported the explosion event |
Key | Type | Example Value | Description |
---|---|---|---|
"Funny" |
bool |
True
|
Contains humor |
"Shows Product" |
bool |
True
|
Shows product quickly |
"Patriotic" |
bool |
True
|
Patriotic |
"Celebrity" |
bool |
True
|
Contains celebrity |
"Danger" |
bool |
True
|
Contains danger |
"Animals" |
bool |
True
|
Contains animals |
"Sexual" |
bool |
True
|
Uses sexuality |
Key | Type | Example Value | Description |
---|---|---|---|
"Views" |
int |
3624622
|
Latitude position |
"Likes" |
int |
24840
|
Longitude position |
"Dislikes" |
int |
521
|
Body wave magnitude of explosion (mb) |
Download all of the following files.
import super_bowl_ads
advert = super_bowl_ads.get_advert()