Baselight

Social Media And Mental Health Balance

Exploring corelations between daily screen hours, stress, sleep quality.

@kaggle.ayeshaimran123_social_media_and_mental_health_balance

Loading...
Loading...

About this Dataset

Social Media And Mental Health Balance

Description:

This dataset explore the relationship between social media usage and mental health. It include informtion on users screen time, sleep quality, stres levels, exercise frequency, and happines index. The goal is to understand how digital habits and lifestyle factor inflence overall well and emotional balance.

Tables

Mental Health And Social Media Balance Dataset

@kaggle.ayeshaimran123_social_media_and_mental_health_balance.mental_health_and_social_media_balance_dataset
  • 13.78 kB
  • 500 rows
  • 10 columns
Loading...
CREATE TABLE mental_health_and_social_media_balance_dataset (
  "user_id" VARCHAR,
  "age" BIGINT,
  "gender" VARCHAR,
  "daily_screen_time_hrs" DOUBLE  -- Daily Screen Time(hrs),
  "sleep_quality_1_10" DOUBLE  -- Sleep Quality(1-10),
  "stress_level_1_10" DOUBLE  -- Stress Level(1-10),
  "days_without_social_media" DOUBLE,
  "exercise_frequency_week" DOUBLE  -- Exercise Frequency(week),
  "social_media_platform" VARCHAR,
  "happiness_index_1_10" DOUBLE  -- Happiness Index(1-10)
);

Share link

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