Teen_Mental_Health_Analysis

Statement of Work: Teen Mental Health EDA

1. Project Title

Teen Mental Health Exploratory Data Analysis

2. Objective

The objective of this project is to perform a structured exploratory data analysis on a teen mental health dataset. The analysis focuses on understanding patterns across social media usage, sleep hours, screen time before sleep, academic performance, physical activity, stress, anxiety, addiction level, and depression label.

3. Scope

In scope:

Out of scope:

4. Dataset

Primary raw dataset:

data/Teen_Mental_Health_Dataset.csv

Cleaned output dataset:

data/Teen_Mental_Health_cleaned.csv

Dataset size after cleaning:

5. Deliverables

Deliverable File
Project README README.md
Cleaning notebook EDA_teen_cleaning_data.ipynb
Visualization notebook teen_visiualize.ipynb
Cleaned dataset data/Teen_Mental_Health_cleaned.csv
Data dictionary reports/DATA_DICTIONARY.md
Data cleaning report reports/DATA_CLEANING_REPORT.md
EDA report reports/EDA_REPORT.md
Visualization report reports/VISUALIZATION_REPORT.md

6. Methodology

  1. Data ingestion
    • Load the CSV file with pandas.
    • Review shape, columns, data types, and sample records.
  2. Data quality review
    • Check missing values.
    • Check duplicate records.
    • Inspect categorical value consistency.
    • Validate numeric ranges.
  3. Data cleaning
    • Standardize column names.
    • Standardize categorical values to lowercase.
    • Convert relevant columns to numeric values where needed.
    • Export the cleaned dataset.
  4. Exploratory data analysis
    • Generate summary statistics.
    • Compare group averages by depression_label.
    • Analyze academic performance thresholds.
    • Review selected correlations.
  5. Visualization
    • Build bar charts for category counts and averages.
    • Build histograms for numeric distributions.
    • Build scatter plots and heatmaps for variable relationships.

7. Success Criteria

The project is complete when:

8. Assumptions

9. Risks And Limitations

10. Tools