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

Data Analysis on 'Impact on Student's Lifestyle due to COVID-19'

Analyzing responses from a cross-sectional survey conducted on students of different age groups from different educational institutions in Delhi National Capital Region (NCR) to find out

Impact of COVID-19 outbreak on Education, Mental health, and Daily Routine.

The Dataset taken from kaggle contains reponses from over a 1000 Stuents and has been used by Children and Youth Services Review which makes it a genuine dataset.

This analysis is Course Project for Data Analysis with Python: Zero to Pandas

Downloading the Dataset

We will use a helper library opendatasets, which contains a collection of curated datasets and provides a helper function for direct download.

!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/kunal28chaturvedi/covid19-and-its-impact-on-students'