This project analyzes student performance data to uncover trends related to gender, ethnic groups, parental education, test preparation, and extracurricular activities. The goal is to gain insights into factors influencing academic outcomes using Exploratory Data Analysis (EDA) and visualization techniques.
- Female students outnumber male students.
- Certain ethnic groups have higher participation.
- Test preparation positively impacts academic scores.
- Higher parental education correlates with better performance.
- Students engaged in extracurricular activities demonstrate varied performance patterns.
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook / Google Colab
The dataset used in this project is available in the repository under the data/ folder:
student_data.csv
- Clone the repository:
git clone https://github.com/vigneshkavin550-netizen/Student-Perfomance-Analysis.git cd Student-Performance-Analysis