Joe Sugg Twitter Content, Interactions And
Uncovering Engagement Behaviors and Popularity Metrics
@kaggle.thedevastator_joe_sugg_twitter_content_interactions_and_popula
Uncovering Engagement Behaviors and Popularity Metrics
@kaggle.thedevastator_joe_sugg_twitter_content_interactions_and_popula
By Twitter [source]
This dataset contains an abundance of information about Joe Sugg, one of the world's most well-known YouTubers. It offers a deep dive into his influential online presence by tracking each tweet he publishes, including their content, interactions and popularity. Through this data set, researchers have the opportunity to explore Joe Sugg's behavior on social media in a variety of ways. Analyzing factors such as the time of day he posts his tweets and their respective relationships with likes, retweets and quotes can provide insight into how effective they are at engaging fans. Furthermore, upon examining conversational Ids we can shed light on conversations between Andy and other people online regarding his content. By making use of this rich dataset researchers can uncover never before seen insights about this revolutionary Youtuber's immense appeal and impact across social media platforms
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- The dataset could be used to compare and contrast different types of tweets and how that impacts engagement with fans. For example, by comparing the amount of likes, retweets, quotes, replies etc for different types of tweets (e.g., jokes, shoutouts or motivational posts), we can gain insight into what type of content resonates most with Joe Sugg's followers.
- This dataset can be utilized to understand the conversation dynamics between Joe Sugg and his fans or other people on the platform. Through tracking conversations based on the ConversationId column, researchers can determine popular topics amongst Joe Sugg's followers and analyze more specifically how conversations start and progress including determining whether the conversations are primarily positive or negative in nature.
- By analyzing various metrics associated with each tweet such as time posted, number of likes/retweets/quotes/replies etc., we can gain insights into when is the best time for Joe Sugg to post his tweets in order to maximize viewership and engagement with his audience. This would provide valuable knowledge on optimal posting times which could then be further studied by attempting similar experiments from adjusting those times slightly up or down within a certain range
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 joe_sugg (
"content" VARCHAR,
"created_at" VARCHAR,
"date" VARCHAR,
"likecount" DOUBLE,
"media" VARCHAR,
"outlinks" VARCHAR,
"quotecount" DOUBLE,
"quotedtweet" VARCHAR,
"replycount" DOUBLE,
"retweetcount" DOUBLE,
"retweetedtweet" VARCHAR,
"url" VARCHAR,
"id" DOUBLE,
"conversationid" DOUBLE
);Anyone who has the link will be able to view this.