Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

README.md

File metadata and controls

22 lines (17 loc) · 1 KB

Image Alt Text

Student Result Analysis

In this project, I have analyse the several factors that affects the score of the students.

Skills

  • Python

Dataset

  • Download the dataset from Kaggle.

Questions

  • Compare the count of male and female students in the dataset.
  • Find out the realtion between parent's education and child's score.
  • Find out the relation between parent's marital status and child's score.
  • Which ethnic group does most of the childrens belongs to ?

Insights

  • The number of females in the data is more than the males.
  • The education of the parents have a good impact on their children's scores.
  • There is negligible impact on the student's score due to their parent's marital status.
  • Most of the students are from group C and group D.