Learn practical skills, build real-world projects, and advance your career

Students Performance in Exams

This project is all about understanding the influence of the parents background, test preparation etc on students performance during/after examination.

This data set includes scores from three exams and a variety of personal, social, and economic factors that have interaction effects upon them.

Python packages such as pandas, numpy, matplotlib and seaborn will be used throughout this project.

The dataset used is from kaggle. Here is the link to the dataset https://www.kaggle.com/spscientist/students-performance-in-exams

Downloading the Dataset

Downloading the dataset directly from colab using opendataset package

# !pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/spscientist/students-performance-in-exams'