Jake Paul's Tweets
Investigating Influencer Behavior and Engagement on Social Media
@kaggle.thedevastator_engagement_statistics_of_jake_paul_s_tweets
Investigating Influencer Behavior and Engagement on Social Media
@kaggle.thedevastator_engagement_statistics_of_jake_paul_s_tweets
By Twitter [source]
This dataset contains tweets from the immensely popular influencer, Jake Paul, and the associated levels of engagement they generated. The data includes metrics such as likes, retweets, comments, and link clicks that tell us a lot about how and when people are engaged with this influencer on social media. It can help us gain insights into how influencers generate attention for their products, services and content online while also giving us an understanding of the degree to which their social media behavior influences overall trends
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
This dataset provides the engagement metrics of Jake Paul’s tweets. It contains various engagement metrics such as likes, retweets, comments, and link clicks. With this data, one can analyze the performance of Jake’s tweets and gain insights into how people engage with influencers on social media.
- Analyzing the effectiveness of promotional strategies used by an influencer - The data can be used to analyze the engagement metrics associated with different types of promotion (such as giveaways, advertisements, or product endorsements) in order to determine which methods are most successful in garnering attention and interactions.
- Monitoring sentiment and feedback on an influencer's content - Using sentiment analysis techniques on the comments of an influencer's tweets can provide insight into how people perceive that particular individual and what topics they find most engaging.
- Identifying external correlations between an influencer's tweets and other events occuring in their environment- Analyzing the timing of posts made by a particular influencer alongside other data sources could help identify possible correlations between certain topics or events and their impact on user behavior online
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 jakepaul (
"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.