Composite state health performance rankings across health outcomes, governance, and key inputs/processes for Maharashtra
# Download from https://social.niti.gov.in/
import pandas as pd
df = pd.read_csv('health_index.csv')
mh = df[df['State'] == 'Maharashtra']
print(mh[['Domain', 'Indicator', 'Score']].head(10))| Field | Type | Description |
|---|---|---|
| state | string | State name |
| domain | string | Health domain (outcomes, governance, key inputs, processes) |
| indicator | string | Specific health indicator |
| score | float | Indicator score |