Technothepig's Tweets
Analyzing Likes, Retweets, and Replies
@kaggle.thedevastator_technothepig_tweets_engagement_data
Analyzing Likes, Retweets, and Replies
@kaggle.thedevastator_technothepig_tweets_engagement_data
By Twitter [source]
This dataset includes 11,803 tweets posted by Technothepig, a top tech news and blog account. For each tweet, you'll find robust information including content, creation date, likes/retweets/replies metrics - as well as interesting extras such as media linked in the tweet or outlinks. You'll also uncover quoted tweets, retweeted data and other tidbits! Dive into the data to investigate how users engage with these tech-focused posts - what do their likes/quote/retweets tell us about the wider online audience? What can we learn from Technothepig's techniques when it comes to creating engaging content for social media? Let's explore!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
- Comparing the number of retweets and likes a post receives when sharing either external content or original content to measure which type of post is most engaging.
- Analyzing the sentiment or topics that are popular among interactions with Technothepig's tweets over time to discern any underlying trends in engagement.
- Identifying which posts have the highest number of interactions (likes, retweets, replies) across different days of the week to determine when it is best to post for maximum online engagement with followers on Twitter
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 technothepig (
"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.