Social Media Usage And Emotional Well-Being
Explore the connection between social media usage patterns and emotional...
@kaggle.emirhanai_social_media_usage_and_emotional_well_being
Explore the connection between social media usage patterns and emotional...
@kaggle.emirhanai_social_media_usage_and_emotional_well_being
This unique dataset was meticulously researched and prepared by AI Inventor Emirhan BULUT. It captures valuable information on social media usage and the dominant emotional state of users based on their activities. The dataset is ideal for exploring the relationship between social media usage patterns and emotional well-being.
This dataset can be used for various analyses, including but not limited to:
You can use this dataset ethically and responsibly in accordance with the MIT license for educational and research purposes. If you use this dataset in your work, a citation or reference to this dataset would be appreciated.
CREATE TABLE test (
"user_id" BIGINT,
"age" VARCHAR,
"gender" VARCHAR,
"platform" VARCHAR,
"daily_usage_time_minutes" BIGINT -- Daily Usage Time (minutes),
"posts_per_day" BIGINT,
"likes_received_per_day" BIGINT,
"comments_received_per_day" BIGINT,
"messages_sent_per_day" BIGINT,
"dominant_emotion" VARCHAR
);CREATE TABLE train (
"user_id" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"platform" VARCHAR,
"daily_usage_time_minutes" DOUBLE -- Daily Usage Time (minutes),
"posts_per_day" DOUBLE,
"likes_received_per_day" DOUBLE,
"comments_received_per_day" DOUBLE,
"messages_sent_per_day" DOUBLE,
"dominant_emotion" VARCHAR
);Anyone who has the link will be able to view this.