Logan Paul's Tweets
Uncovering Interactions, Engagement and Popularity Trends
@kaggle.thedevastator_logan_paul_s_popular_tweets_an_engagement_analys
Uncovering Interactions, Engagement and Popularity Trends
@kaggle.thedevastator_logan_paul_s_popular_tweets_an_engagement_analys
By Twitter [source]
This dataset provides an in-depth analysis of some of the most popular tweets of Logan Paul, a famous American YouTuber and internet personality. With detailed information including textual content, creation time and date, like count, media attachment(s), outlinks, quoted tweet details, reply count(s), retweet count(s), originator of retweeted tweets, associated URLs and conversation IDs - this set invites its users to gain a comprehensive insight into the wide appeal and impressive engagement Logan Paul's social media content is capable of generating
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- Analyzing the effectiveness of Logan Paul’s social media strategy by studying his tweet engagement stats such as likes, retweets, and replies.
- Detecting trends in the topics discussed in Logan Paul’s tweets to identify what interests his followers the most.
- Examining the differences between Logan Paul's most popular tweets to uncover how he can increase reach and connection with his audience through well-crafted messaging
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 loganpaul (
"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.