Teen Mental Health
Explore a mental health survey dataset with pandas and visualization.
What you'll do
- Load a survey CSV and inspect its structure and data types
- Summarize responses and visualize distributions across groups
- Identify and handle missing or inconsistent values
Dataset: Teen Mental Health Survey · One row per survey respondent · Demographics plus self-reported mental-health indicators
Steps
- Load the dataset with pandas and review shape, columns, and dtypes
- Compute summary statistics and value counts for key columns
- Plot distributions and group comparisons with matplotlib
- Write a short note on the patterns and data-quality issues you found