NIRF Rankings

NIRF Rankings

MH Specific

Maharashtra Institutions — National Institutional Ranking Framework data covering teaching, research, perception, and outcome metrics for Maharashtra higher education institutions

Build a Maharashtra higher education quality tracker analyzing NIRF rankings and score trends over time.
Homepage

Quick Start

# Download from https://www.nirfindia.org/
import pandas as pd
df = pd.read_csv('nirf_rankings.csv')
mh = df[df['City'].str.contains('Maharashtra|Mumbai|Pune|Nagpur', na=False)]
print(mh[['Institution', 'Rank', 'Score']].head(10))
Modality
Tabular (PDF, web)
Size
~1,000+ institutions annually
License
Format
CSV
Language
en
Update Frequency
static
Organization
Ministry of Education, Government of India

Schema

FieldTypeDescription
institutionstringInstitution name
citystringCity location
rankintNIRF rank
scorefloatOverall NIRF score
categorystringRanking category (university, engineering, etc.)

Build With This

Create an institution improvement advisor identifying weak areas for Maharashtra colleges based on NIRF parameter scores
Develop a student decision support tool comparing Maharashtra institutions by NIRF metrics and placement data
Build a research output analyzer for Maharashtra universities correlating NIRF research scores with publication data

AI Use Cases

Institutional benchmarkinghigher education quality analytics
Last verified: 2026-03-07