ICMR National Cancer Registry

ICMR National Cancer Registry

MH Specific

Maharashtra — Population-based cancer registry data from multiple Maharashtra registries (Mumbai, Pune, Aurangabad, Nagpur, Barshi rural)

Build a cancer burden analysis tool for Maharashtra showing trends in cancer types and regional variations.
Homepage

Quick Start

# Download from https://ncdirindia.org/
import pandas as pd
df = pd.read_csv('ncr_data.csv')
print(f'Registries: {df["Registry"].nunique()}')
print(df.groupby('Cancer_Site')['Incidence_Rate'].mean().sort_values(ascending=False).head())
Modality
Tabular (PDF, web)
Size
Multi-year, 7+ registries
License
Format
CSV
Language
en
Update Frequency
static
Organization
Indian Council of Medical Research

Schema

FieldTypeDescription
registrystringCancer registry name and location
cancer_sitestringCancer type/site
incidence_ratefloatAge-adjusted incidence rate per 100,000
genderstringGender (male, female)

Build With This

Create a cancer screening prioritization model identifying high-risk populations in Maharashtra districts
Develop a cancer treatment facility planner optimizing oncology service locations based on incidence data
Build a cancer risk factor analyzer correlating incidence rates with environmental and lifestyle factors in Maharashtra

AI Use Cases

Cancer incidence predictionepidemiological modellingscreening programme optimisation
Last verified: 2026-03-07