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

  1. Load the dataset with pandas and review shape, columns, and dtypes
  2. Compute summary statistics and value counts for key columns
  3. Plot distributions and group comparisons with matplotlib
  4. Write a short note on the patterns and data-quality issues you found

Opening in Colab needs a free Google account — sign in to Google first.

Netflix Titles Catalog →