Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Project - Aadhaar Enrolment

Aadhaar Enrolment is an initiative by the India Government to register their citizens. As India has over a billion people, keeping track of residents is a major problem.

Project Overview

In this project we're going to create a python script that can perform queries on the Aadhaar Enrolment data set, such as:

  • Query residents By State
  • Query residents by District
  • Query residents by Gender

Getting Started

Prerequisites

You'll need to install:

Data Files

  • aadhaar_data.csv - Aadhaar Data Set

Script

  • aadhaar-analysis.py - Python script with functions to easily sort and filter the Aadhaar data.

Functions:

  • describe(aadhaar_data) - Describes the Data Set
  • select_first_50(aadhaar_data) - Gives us a sample of 50 id's understand the data better
  • select_state(aadhaar_data) - A function that will allow us to query by state
  • select_district(aadhaar_data) - A function that will allow us to query by district
  • select_gender(aadhaar_data) - A function that will allow us to query by gender

Authors

License

Creative Commons License

Acknowledgments