NSO Annual Survey of Industries (ASI)

NSO Annual Survey of Industries (ASI)

MH Specific

Maharashtra — Factory-level data on manufacturing output, employment, capital investment, and value added from registered factories in Maharashtra

Build a Maharashtra industrial analytics platform showing manufacturing output, employment, and productivity trends.
Homepage

Quick Start

# Download from https://mospi.gov.in/
import pandas as pd
df = pd.read_csv('asi_data.csv')
mh = df[df['State'] == 'Maharashtra']
print(f'Industries: {mh["Industry_Code"].nunique()}')
print(mh.groupby('Industry_Code')['Output_Lakh'].sum().sort_values(ascending=False).head())
Modality
Tabular (unit-level data)
Size
Factory-level, annual
License
Format
CSV
Language
en
Update Frequency
static
Organization
National Statistical Office, Government of India

Schema

FieldTypeDescription
statestringState name
industry_codestringNIC industry classification code
output_lakhfloatTotal output in lakhs
workersintNumber of workers
yearintSurvey year

Build With This

Create an industrial cluster identifier for Maharashtra based on factory concentration and output patterns
Develop a labor productivity benchmarking tool comparing Maharashtra industries against national averages
Build an industrial growth forecaster predicting which Maharashtra sectors will expand based on ASI trends

AI Use Cases

Industrial productivity analysismanufacturing sector modellingemployment trend forecasting
Last verified: 2026-03-07