Baselight

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

Loading...
Loading...

About this Dataset

Social Media Usage And Emotional Well-Being

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.

Features:

  • User_ID: Unique identifier for the user.
  • Age: Age of the user.
  • Gender: Gender of the user (Female, Male, Non-binary).
  • Platform: Social media platform used (e.g., Instagram, Twitter, Facebook, LinkedIn, Snapchat, Whatsapp, Telegram).
  • Daily_Usage_Time (minutes): Daily time spent on the platform in minutes.
  • Posts_Per_Day: Number of posts made per day.
  • Likes_Received_Per_Day: Number of likes received per day.
  • Comments_Received_Per_Day: Number of comments received per day.
  • Messages_Sent_Per_Day: Number of messages sent per day.
  • Dominant_Emotion: User's dominant emotional state during the day (e.g., Happiness, Sadness, Anger, Anxiety, Boredom, Neutral).

Files:

  • train.csv: Data for training models.
  • test.csv: Data for testing models.
  • val.csv: Data for validation purposes.

Usage:

This dataset can be used for various analyses, including but not limited to:

  • Predicting users' emotional well-being based on their social media usage.
  • Clustering users based on usage patterns.
  • Examining the impact of different platforms on users' emotions.

Attribution:

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.

Tables

Test

@kaggle.emirhanai_social_media_usage_and_emotional_well_being.test
  • 9.26 KB
  • 103 rows
  • 10 columns
Loading...

CREATE TABLE test (
  "user_id" BIGINT,
  "age" VARCHAR,
  "gender" VARCHAR,
  "platform" VARCHAR,
  "daily_usage_time_minutes" BIGINT,
  "posts_per_day" BIGINT,
  "likes_received_per_day" BIGINT,
  "comments_received_per_day" BIGINT,
  "messages_sent_per_day" BIGINT,
  "dominant_emotion" VARCHAR
);

Train

@kaggle.emirhanai_social_media_usage_and_emotional_well_being.train
  • 15.65 KB
  • 1001 rows
  • 10 columns
Loading...

CREATE TABLE train (
  "user_id" VARCHAR,
  "age" VARCHAR,
  "gender" VARCHAR,
  "platform" VARCHAR,
  "daily_usage_time_minutes" DOUBLE,
  "posts_per_day" DOUBLE,
  "likes_received_per_day" DOUBLE,
  "comments_received_per_day" DOUBLE,
  "messages_sent_per_day" DOUBLE,
  "dominant_emotion" VARCHAR
);

Share link

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