Markiplier's Tweets
A Study on Social Media Interaction and Engagement
@kaggle.thedevastator_markiplier_s_twitter_engagement_from_2017_2020
A Study on Social Media Interaction and Engagement
@kaggle.thedevastator_markiplier_s_twitter_engagement_from_2017_2020
By Twitter [source]
This dataset offers an in-depth analysis of the social media engagement of the popular Twitch and YouTube video game streamer, Markiplier. With over 70 million subscribers on his YouTube channel and 8 million followers on Twitter, Markiplier's impressive online presence is unrivaled. This data allows us to dive deep into the influence he has had on audiences worldwide from 2017-2020. By analyzing his posts for frequency, sentiment, reach, impressions and more, we can gain insight into factors that drive his evergreen popularity among gaming fans all over the globe. The columns provided offer insights such as tweet text content, hashtags used in posts (if any), retweets or favorites of tweets by fans and other users of interest - giving further proof to Markipliers social media prowess!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- Analyzing the data to identify changes in Markiplier's engagement over time, such as average number of likes on each post or level of interaction with fans.
- Predicting the likelihood of a tweet going viral by analyzing its associated engagement metrics such as likes and retweets.
- Investigating patterns in content type (photo, video, GIF etc.) to find correlations between type and levels of engagement - for example does posting GIFs result in higher interactions than photos?
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Twitter.
CREATE TABLE markiplier (
"content" VARCHAR,
"created_at" VARCHAR,
"date" VARCHAR,
"likecount" BIGINT,
"media" VARCHAR,
"outlinks" VARCHAR,
"quotecount" BIGINT,
"quotedtweet" VARCHAR,
"replycount" BIGINT,
"retweetcount" BIGINT,
"retweetedtweet" VARCHAR,
"url" VARCHAR,
"id" BIGINT,
"conversationid" BIGINT
);Anyone who has the link will be able to view this.