District and taluka boundary shapefiles with 600+ census attributes per village
import geopandas as gpd
# Download from IIT Bombay research repository
# gdf = gpd.read_file('maharashtra_census_shapefiles.shp')
print('IIT Bombay Maharashtra Census Shapefiles')
print('Contact IIT Bombay GIS lab for access')| Field | Type | Description |
|---|---|---|
| geometry | Polygon | Administrative boundary polygon |
| name | string | Area name |
| census_code | string | Census area code |
| level | string | Administrative level (district, taluka, village) |