Census 2011 Village Amenities - Maharashtra

Census 2011 Village Amenities - Maharashtra

MH Specific

Village-level amenities data from Census 2011 covering educational facilities (pre-primary through degree colleges), medical facilities (PHC, CHC, hospitals), water sources (tap, well, hand pump), banking, post offices, and communication infrastructure for all Maharashtra villages.

Build an infrastructure gap analyzer for Maharashtra villages that identifies the most underserved areas needing investment.
HomepageDownload

Quick Start

# Download from https://censusindia.gov.in/
import pandas as pd
df = pd.read_csv('village_amenities_mh.csv')
print(f'Villages: {len(df)}')
no_school = df[~df['Has_Primary_School']]
print(f'Without primary school: {len(no_school)}')
Modality
tabular
Size
43,000+ villages; 100+ amenity variables per village
License
Format
CSV / Excel
Language
en
Update Frequency
decennial
Organization
Census of India / data.gov.in

Schema

FieldTypeDescription
village_codestringCensus village code
village_namestringVillage name
has_primary_schoolboolWhether village has a primary school
has_medical_facilityboolWhether village has medical facility
has_paved_roadboolWhether village has paved approach road

Build With This

Create a service delivery optimizer that plans new school, hospital, and road locations to maximize coverage in Maharashtra
Develop a village amenity equity score ranking Maharashtra villages by access to basic infrastructure
Build a rural development progress tracker comparing village amenities between Census 2001 and 2011

AI Use Cases

Rural service delivery gap identificationHealthcare access modeling at village levelEducation infrastructure assessmentWater supply coverage mappingRural development priority scoring
Last verified: 2026-03-09