This is an interactive Streamlit Dashboard that visualizes trends in mental health based on a survey dataset.
- Overview: General statistics on mental health trends.
- Country Analysis: Mental health trends across different countries.
- Occupation Analysis: Impact of occupation on mental health.
- Visualizations: Bar charts, heatmaps, and more.
π mental_health_dashboard/ βββ π data/ # Folder for datasets β βββ mental_health_cleaned.csv # Cleaned dataset βββ π pages/ # Folder for separate pages β βββ overview.py # General overview page β βββ country_analysis.py # Country-wise mental health trends β βββ occupation_analysis.py # Trends by occupation βββ π utils/ # Folder for helper functions β βββ data_loader.py # Function to load datasets βββ app.py # Main Streamlit app file βββ requirements.txt # Python dependencies (optional) βββ README.md # Project documentation