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

India-census-2011

A census is a method of gathering, assembling, analysing, interpreting, publishing, and disseminating statistical data on a population.

In this project, we are going to analyse the India census 2011 data using Python.We'll analyse this dataset using Now, We'll analyse this dataset using Python analysis techniques and libraries ( Pandas, Matplotlib, Seaborn, etc. )

https://www.kaggle.com/danofer/india-census?select=india-districts-census-2011.csv

Downloading the Dataset

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="india-census-2011")
[jovian] Attempting to save notebook..