Socialmedia
A Diverse Snapshot of Social Media Users and Engagements
@kaggle.anoopjohny_socialmedia
A Diverse Snapshot of Social Media Users and Engagements
@kaggle.anoopjohny_socialmedia
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
);
Anyone who has the link will be able to view this.