Slogan Dataset
Dataset for analyzing slogans of various organizations
@kaggle.chaibapat_slogan_dataset
Dataset for analyzing slogans of various organizations
@kaggle.chaibapat_slogan_dataset
"Just do it" (nike), "Das Auto"(Volkswagen), "High Performance Delivered" (Accenture), "Think Different" (Apple) are some of the all-time famous slogans (mottos/taglines) of the famous corporations. They have left a mark in the minds of the audience. I was curious to understand the thought process behind the slogans, aside from knowing which company has which slogan. These tagline/mottos are a reflection of the company, the organization culture, the psychology and mindset. More than anything else, it is a symbol.
I acquired the data by scraping off a bunch of websites. I started with scraping the data from slogan-list.com (using basic Python libraries - beautiful soup and requests)
I owe a lot to the websites through which slogans were captured.
I hope this dataset serves useful for all the marketing analysts, businessmen/entrepreneurs, strategy folks.
Some open questions we can find answers to:
CREATE TABLE sloganlist (
"company" VARCHAR,
"slogan" VARCHAR
);
Anyone who has the link will be able to view this.