student-depression-analysis
收藏资源简介:
该数据集名为学生抑郁数据集,主要用于分析和预测学生抑郁的风险因素及保护性措施。数据集包含学生的学术压力、经济压力、生活习惯(如睡眠时长)和学习满意度等多维度的信息。数据经过严格的清洗流程,包括异常值处理(如删除CGPA为0.0的记录)、领域过滤(仅保留学生职业的数据)和缺失值处理(如处理经济压力字段中的缺失值)。数据集的目标是通过探索性数据分析(EDA)揭示学术压力和经济压力与学生抑郁之间的直接关联,并识别出学习满意度等保护性因素。适用任务包括表格分类和心理健康研究。
This dataset is named the Student Depression Dataset, which is primarily used for analyzing and predicting the risk factors and protective measures for student depression. The dataset contains multi-dimensional information of students, including academic stress, economic stress, living habits (such as sleep duration) and learning satisfaction. The data has undergone a rigorous data cleaning workflow, including outlier handling (e.g., deleting records with a CGPA of 0.0), domain filtering (only retaining data where the occupation is student) and missing value processing (e.g., handling missing values in the economic stress field). The core goal of this dataset is to reveal the direct association between academic stress, economic stress and student depression through exploratory data analysis (EDA), and identify protective factors such as learning satisfaction. Applicable tasks include tabular classification and mental health research.
数据集概述:学生抑郁症分析数据集
基本信息
- 数据集名称:Student Depression Dataset(学生抑郁症数据集)
- 许可证:MIT
- 任务类型:表格分类(tabular-classification)
- 标签:心理健康(mental-health)、教育(education)、经济学(economics)
- 创建者:Amit Goodman(来自Reichman大学经济学与创业项目)
数据集配置
- 配置名称:default
- 数据文件:
Student_Depression_Dataset.csv - 数据划分:仅包含训练集(train)
项目目标
通过分析学业压力、经济压力和生活习惯,识别学生心理健康的风险因素,并发现可采取的预防性保护措施。
数据清洗与质量控制
数据集原始CSV文件保持原样,通过代码执行以下清洗步骤:
- 异常值移除:删除CGPA为0.0的行(视为数据录入错误)
- 领域过滤:仅保留职业为“Student”的记录,聚焦学业生活相关背景
- 缺失值处理:处理
Financial Stress中约0.01%的缺失值,删除无关标识符id
探索性数据分析(EDA)关键发现
1. 问题定义
分析学生群体中抑郁症的分布情况,了解其普遍程度。
2. 主要风险因素:压力与经济状况
- 学业压力和经济压力是最显著的预测因子
- 这两类压力处于高水平时,抑郁症病例密度较高
3. 保护性缓冲因素:满意度与生活方式
- 学习满意度是主要的保护因素,即使在学业压力较高的情况下也能发挥作用
- 健康的生活习惯有助于降低风险
核心结论
- 最高风险人群:睡眠时间少于5小时的学生,抑郁症风险最高
- 睡眠悖论:在该数据集中,睡眠7-8小时的学生抑郁症发生率高于5-6小时的学生,提示标准睡眠时长可能与嗜睡等抑郁症状相关
- 满意度至关重要:高学习满意度是重要的保护因素
- 可操作建议:降低抑郁症统计风险的最佳做法包括:保持健康饮食、确保与学业路径高度契合、避免极端睡眠不足(少于5小时)
仓库包含的文件
Student_Depression_Dataset.csv:原始数据集Assignment_1_EDA_&_Dataset_Amit_Goodman.ipynb:完整的Python分析文件(含数据清洗脚本、可视化与洞察)Assignment #1 - EDA & Dataset - Amit Goodman.mov:项目演示视频




