Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.07 KB

File metadata and controls

36 lines (30 loc) · 1.07 KB

Student Performance Analysis Overview This project analyzes student academic performance using Python. The dataset of student records is explored to understand subject-wise performance differences and the relationship between attendance and academic results.

Technologies Used:

  • Python
  • Pandas
  • Matplotlib

Project Features:

  • Data cleaning and preprocessing using Pandas
  • Handling missing values in the dataset
  • Subject-wise performance comparison
  • Data visualization using graphs and charts
  • Analysis of patterns between attendance and academic performance

Dataset: The dataset contains student information including:

  • Name
  • Subject scores (Math, Science, English)
  • Attendance percentage

Visualizations: The project includes visualizations such as:

  • Bar chart showing average marks by subject
  • Scatter plot showing relationship between attendance and total marks

How to Run the Project

  1. Install required libraries: pip install pandas matplotlib
  2. Run the Python script: python student_analysis.py

Author

N Ananya Simha Computer Science Engineering Student