Maharashtra State Data Bank - Industry & Factory Statistics

Maharashtra State Data Bank - Industry & Factory Statistics

MH Specific

District-wise industrial statistics from MahaSDB including Annual Survey of Industries (ASI) data, factory counts, employment in registered factories, industrial output, and investment. Maharashtra is India's most industrialized state. Data covers MIDC industrial areas, factory employment, gross value added, and sector-wise industrial production critical for economic planning and labor market analysis.

Build a Maharashtra industrial productivity dashboard comparing districts on factory density, employment, and output.
HomepageDownload

Quick Start

import pandas as pd

# Download from https://mahasdb.maharashtra.gov.in/
# Navigate to Industry sector for district-wise factory statistics
df = pd.read_csv('mahasdb_industry.csv')
print(f"Districts: {df['district'].nunique()}")
print(df.groupby('district')['factory_employment'].sum().sort_values(ascending=False).head(10))
Modality
Tabular (web / Excel)
Size
All 36 districts; annual time-series; factory-level aggregates
License
Format
CSV / Excel
Language
en, mr
Update Frequency
annual
Organization
Directorate of Economics & Statistics, Maharashtra

Schema

FieldTypeDescription
districtstringDistrict name
registered_factoriesintNumber of registered factories
factory_employmentintTotal employment in registered factories
gross_output_crorefloatGross industrial output in crores INR
sectorstringIndustrial sector classification
yearintData year

Build With This

Create an industrial diversification recommender for Maharashtra districts overly dependent on single sectors
Develop a factory closure risk predictor using employment trends, output changes, and sector health indicators
Build an MIDC industrial area utilization analyzer matching available land with sector-specific demand forecasts

AI Use Cases

Industrial cluster identification and analysisFactory employment trend forecastingManufacturing sector productivity benchmarkingIndustrial land use optimization
Last verified: 2026-03-12