This repository contains an Exploratory Data Analysis (EDA) project aimed at understanding the mental health status of students using a dataset from Kaggle.
Mental health is a critical aspect of students' well-being. This project explores various factors affecting students' mental health through data analysis and visualization.
The notebook performs the following steps:
- Data Extraction: Using Kaggle API to download and extract the dataset.
- Library Imports: Importing essential libraries.
- Data Loading: Loading the dataset into pandas DataFrame.
- Data Cleaning: Handling missing values and data types. 5.Visualization: Creating plots for data visualization.
- Statistical Analysis: Performing statistical tests and analyses.