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

Project Title - Student Performance Data Analysis

This a course project and the data set retrieved is from 'Kaggle.com'. The dataset I have used here has 1000+ entries, and tries to explain how certain aspects affect students' performance during a test. In this project Python's Opendatasets is used to download the dataset, Pandas for analysis, and Matplotlib and Seaborn for Visualization.

The DataAnalysis course on zerotopandas.com has helped me understand the basics and develop interest in Analytics.

Downloading the Dataset

We are going to download the data set from kaggle.com using the opendatasets module.

!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'