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

Project Title - Census Data_DistrictWise_India

The dataset contains census data for India, taken district wise in 2001. The data has been taken from Kaggle via the url that will be mentioned below. The aim is to apply whatever knowledge I learned throught the Jovian: Zero to Pandas course to perform EDA to look for any trends in the data. The tools I will be using are mostly NumPy, Pandas, Matplotlib and Seaborn

Downloading the Dataset

The dataset has been downloaded from Kaggle in CSV format from the link mentioned below.

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://www.kaggle.com/bazuka/census2001'