Annual disease incidence and mortality data for vector-borne (dengue, malaria, chikungunya) and water-borne (cholera, typhoid, gastroenteritis) diseases across Maharashtra districts. Published in Maharashtra Environment Statistics by the Directorate of Economics & Statistics.
# Maharashtra disease surveillance data
import pandas as pd
print('Maharashtra Public Health Department')
print('Disease surveillance weekly reports')| Field | Type | Description |
|---|---|---|
| district | string | District name |
| disease | string | Disease name |
| cases | int | Number of reported cases |
| deaths | int | Number of deaths |
| week | string | Epidemiological week |