This project investigates the impact of excessive social media use on mental health and sleep patterns. Using MySQL, I cleaned and analyzed a dataset to uncover patterns, including a strong negative correlation between time spent on social media and well-being.
- Negative correlation between app usage and mental health scores.
- Increased screen time linked to sleep disturbances.
- Data cleaning included handling duplicates, missing values, and correcting wrong entries.
📂 Social-Apps-Addiction/
├── 📄 README.md # Project documentation / # Summary
├── 📄 Students Social Media Addiction.csv # Raw data source
├── 📄 Syntax-Data Cleaning and Correlation.sql / # Cleaning queries / # Correlation queries / # Conclusion
├── 📄 Data_Cleaned.sql/ # Processed outputs
-
Checking for duplicates
-
How many distinct different values per Column
-
Checking for Missing Data (NULLs)
-
Checking for missing data per columns
-
Checking for wrong data (age)
-
Correlation daily usage vs mental health
-
Correlation daily usage vs sleep quality
This analysis highlights the risks of social media addiction, showing measurable declines in mental well-being and sleep quality as usage increases.