Social Media Usage Dataset(Applications)
"Social Media Usage Insights: Time, Posts, Likes & Follows"
@kaggle.bhadramohit_social_media_usage_datasetapplications
"Social Media Usage Insights: Time, Posts, Likes & Follows"
@kaggle.bhadramohit_social_media_usage_datasetapplications
CREATE TABLE social_media_usage (
"user_id" VARCHAR,
"app" VARCHAR,
"daily_minutes_spent" BIGINT,
"posts_per_day" BIGINT,
"likes_per_day" BIGINT,
"follows_per_day" BIGINT
);
Anyone who has the link will be able to view this.