Baselight

Socialmedia

A Diverse Snapshot of Social Media Users and Engagements

@kaggle.anoopjohny_socialmedia

Socialmedia
@kaggle.anoopjohny_socialmedia.socialmedia

  • 27.11 KB
  • 39 rows
  • 28 columns
user_id

User ID

username

Username

platform

Platform

post_id

Post ID

post_text

Post Text

post_timestamp

Post Timestamp

likes_reactions

Likes/Reactions

comments

Comments

shares_retweets

Shares/Retweets

hashtags

Hashtags

mentions

Mentions

media_type

Media Type

media_url

Media URL

post_url

Post URL

location

Location

privacy_settings

Privacy Settings

user_followers

User Followers

user_following

User Following

account_creation_date

Account Creation Date

account_verification

Account Verification

user_engagement

User Engagement

user_interactions

User Interactions

user_activity

User Activity

user_bio

User Bio

user_description_1

User Description 1

user_description_2

User Description 2

server_post

Server Post

user_language

User Language

101@adventureSeekerInstagram82036"Experiencing the thrill of a lifetime! #AdventureTime"30-07-2023 14:451500250120#AdventureTimeImagehttp://example.com/adventure.jpghttp://instagram.com/adventureSeeker/82036Yosemite National ParkPublic1500050010-05-2019Verified1870157003 posts per weekAdventure enthusiastNature loverSeeker of wanderlust ??California, USAEnglish
215@foodieTravelerTwitter12463"Indulging in local delicacies! #FoodieTravels"30-07-2023 19:308507050#FoodieTravelsTextnanhttp://twitter.com/foodieTraveler/12463Bangkok, ThailandPublic800030015-09-2017Not verified97083005 posts per weekCulinary explorerStreet food connoisseurTravel addict ??London, UKEnglish
303@wellnessJourneyFacebook45982"Finding peace and balance in nature!30-07-2023 08:156808040#WellnessJourneyImagehttp://example.com/wellness.jpghttp://facebook.com/wellnessJourney/45982Bali, IndonesiaPublic600020002-03-2020Not verified80062002 posts per weekWellness enthusiastYogi in trainingMindfulness advocateSan Francisco, USAEnglish
404@fitnessFreakInstagram16572"Pushing my limits in the gym!30-07-2023 12:301850350180#FitnessGoalsImagehttp://example.com/fitness.jpghttp://instagram.com/fitnessFreak/16572Los Angeles, USAPublic3200040012-08-2016Verified2380327504 posts per weekFitness enthusiastHealth is wealthWorkout addictLos Angeles, USAEnglish
521@foodExplorerTwitter75589"Discovering unique flavors around the world!30-07-2023 16:209508060#FoodiesTextnanhttp://twitter.com/foodExplorer/75589Paris, FrancePublic7200180028-02-2018Not verified109090803 posts per weekCulinary adventurerGastronomic travelerBon app?it!Paris, FranceEnglish
609@wanderlustSoulFacebook24680"Embracing the beauty of nature!30-07-2023 09:45120011050#WanderlustImagehttp://example.com/wanderlust.jpghttp://facebook.com/wanderlustSoul/24680Bali, IndonesiaFriends Only950065005-09-2019Not verified1360108502 posts per weekTraveler at heart ??Nature loverFree spiritBali, IndonesiaEnglish
712@techGeekTwitter36901"Exploring the latest tech innovations!30-07-2023 11:105504030#TechNewsTextnanhttp://twitter.com/techGeek/36901San Francisco, USAPublic650030018-01-2021Not verified62068501 post per dayTech enthusiastGeek by choiceFuturistSan Francisco, USAEnglish
825@petWhispererInstagram98342"Connecting with furry friends!30-07-2023 15:552200320200#PetLoveImagehttp://example.com/pet.jpghttp://instagram.com/petWhisperer/98342New York City, USAPublic18500100029-03-2022Verified2720216002 posts per weekAnimal loverCat whispererPet advocateNew York City, USAEnglish
926@bookwormLifeFacebook57481"Diving into the magical world of books!30-07-2023 17:307806040#BookNerdImagehttp://example.com/book.jpghttp://facebook.com/bookwormLife/57481London, UKPublic820070020-09-2018Not verified88096204 posts per weekBibliophileLiterature loverWord devourerLondon, UKEnglish
104@foodPhotogInstagram20589"Capturing delicious moments!30-07-2023 12:15110012080#FoodPhotographyImagehttp://example.com/food.jpghttp://instagram.com/foodPhotog/20589Paris, FranceFriends Only500040005-12-2017Verified130057003 posts per weekFoodie by heartGastronomy explorerCuisine criticParis, FranceEnglish

CREATE TABLE socialmedia (
  "user_id" BIGINT,
  "username" VARCHAR,
  "platform" VARCHAR,
  "post_id" BIGINT,
  "post_text" VARCHAR,
  "post_timestamp" VARCHAR,
  "likes_reactions" BIGINT,
  "comments" BIGINT,
  "shares_retweets" BIGINT,
  "hashtags" VARCHAR,
  "mentions" VARCHAR,
  "media_type" VARCHAR,
  "media_url" VARCHAR,
  "post_url" VARCHAR,
  "location" VARCHAR,
  "privacy_settings" VARCHAR,
  "user_followers" BIGINT,
  "user_following" BIGINT,
  "account_creation_date" VARCHAR,
  "account_verification" VARCHAR,
  "user_engagement" BIGINT,
  "user_interactions" BIGINT,
  "user_activity" VARCHAR,
  "user_bio" VARCHAR,
  "user_description_1" VARCHAR,
  "user_description_2" VARCHAR,
  "server_post" VARCHAR,
  "user_language" VARCHAR
);

Share link

Anyone who has the link will be able to view this.