Local Body Elections — Election data for municipal corporations, municipal councils, nagar panchayats, and zilla parishad elections in Maharashtra
# Maharashtra State Election Commission
import pandas as pd
print('Maharashtra SEC: https://mahasec.maharashtra.gov.in/')
print('Local body election results and data')| Field | Type | Description |
|---|---|---|
| election_type | string | Election type (gram panchayat, nagar palika, etc.) |
| district | string | District name |
| ward | string | Ward or constituency name |
| winner | string | Winning candidate name |
| votes | int | Votes received by winner |