Markiplier Tweets
An Assessment of Popularity and Interactivity
@kaggle.thedevastator_markiplier_social_media_activity_tweets_and_retw
An Assessment of Popularity and Interactivity
@kaggle.thedevastator_markiplier_social_media_activity_tweets_and_retw
By Twitter [source]
This dataset contains a collection of Tweets published by popular YouTube Personality, Markiplier. It includes over 6500 individual Tweets along with their corresponding retweets and engagement data. Each row captures text content from the Tweet, information about the user's followers/following, number of likes/retweets received by that Tweet as well as date and time it was posted. With this dataset you will be able to uncover relationships between Markiplier's social media activity, user preportions over time and response to his content! Are there differences in how users interact with differnet types of content? Does user engagement increase during peak hours? What topics generate more buzz?
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- This dataset can be used to analyze the types of topics and content that Markiplier generally talks about on his Twitter, as well as which types of posts get the most engagement from his followers.
- This dataset can be used to map out when and where Markiplier posts on Twitter, to develop a strategy for when is best to post in order for him to reach his maximum audience potential.
- This dataset could also be helpful in gauging the reaction from followers whenever Markiplier tweets or retweets something controversial or otherwise unexpected, by looking at fluctuations in follower numbers after each tweet/retweet
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 itsmarkiplier (
"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.