This dataset, kojima_tweets_tbl_df, is a tibble containing 454 original tweets from Hideo Kojima, posted between November 17, 2019, and January 6, 2020. Retweets are excluded. The dataset includes tweet text, engagement metrics, tweet metadata, user handle information, geolocation data, hashtags, mentions, URLs, and media details. The dataset preserves the original structure from its source on Kaggle.
Usage
data(kojima_tweets_tbl_df)
Format
A tibble with 454 observations and 41 variables:
- Tweet
Text content of the tweet (character)
- Created Date
Date when the tweet was created (character)
- Retweets
Number of retweets (numeric)
- Favourites
Number of likes (numeric)
- Engagement
Sum of retweets and likes (numeric)
- No of Hashtags
Count of hashtags used (numeric)
- No of User Mentions
Count of user mentions (numeric)
- No of URLS added
Count of URLs included (numeric)
- No of Media added
Count of media elements attached (numeric)
- Tweeted Username
Username who posted the tweet (character)
- Replied To Username
Whether it was a reply to another user (logical)
- Post Type
Type of post (e.g., tweet, reply, etc.) (character)
- Media Type
Type of media included (e.g., photo, video) (character)
- Is Quote Tweet
Whether the tweet is a quote (character)
- Is Retweeted
Whether the tweet is a retweet (character)
- Language (Tweets)
Language of the tweet content (character)
- Country
Country information if available (logical)
- Location (Tweets)
Geolocation as specified in the tweet (logical)
- Location Full Name
Full name of the location (logical)
- Location Type
Type of location (logical)
- Hashtags
Hashtags used in the tweet (character)
- User Mentions
User mentions in the tweet (character)
- URLS Used
URLs present in the tweet (character)
- Media URLS
Media URLs attached to the tweet (character)
- Name
Name associated with the Twitter account (character)
- Username
Handle of the Twitter account (character)
- Created Date (Handles)
Date when the Twitter account was created (character)
- Language (Handles)
Preferred language of the account (character)
- Tweets
Total number of tweets from the account (numeric)
- Followers
Number of followers (numeric)
- Friends
Number of accounts followed (numeric)
- Favourites (Handles)
Total number of liked tweets by the account (numeric)
- Listed Count
Number of lists the account is included in (numeric)
- Location (Handles)
Location listed in the user profile (character)
- Protected
Whether the account is protected (character)
- Verified
Whether the account is verified (character)
- URL
URL included in the profile (character)
- Description
Profile description or bio (character)
- Profile Image URL
URL of the profile image (character)
- Account Age in Days
Age of the account in days (numeric)
- Avg Tweets per day
Average tweets per day (numeric)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/luciesteel/kojima-tweets