# Kenya Polling Stations Dataset 🇰🇪
A structured JSON dataset containing Kenya polling station information including counties, constituencies, wards, registration centres, polling stations, and registered voters.
This repository is intended for:
- Developers
- Civic tech projects
- Election systems
- GIS mapping
- Research and analytics
- Laravel / Node.js / Python projects
- Data science projects
---
# Dataset Structure
Each JSON object contains the following structure:
```json
{
"county_code":"001",
"county_name":"MOMBASA",
"const_code":"001",
"const_name":"CHANGAMWE",
"caw_code":"0001",
"caw_name":"PORT REITZ",
"reg_centre_code":"001",
"reg_centre_name":"BOMU PRIMARY SCHOOL",
"polling_station_code":"001001000100101",
"polling_station_name":"BOMU PRIMARY SCHOOL",
"registered_voters":"673"
}
```
---
# Column Explanation
| Column | Description |
|---|---|
| county_code | Unique county identifier |
| county_name | County name |
| const_code | Constituency code |
| const_name | Constituency name |
| caw_code | County assembly ward code |
| caw_name | County assembly ward name |
| reg_centre_code | Registration centre code |
| reg_centre_name | Registration centre name |
| polling_station_code | Unique polling station code |
| polling_station_name | Polling station name |
| registered_voters | Number of registered voters |
---
# Contribution
Contributions are welcome.
You can help by:
- Fixing inconsistencies
- Adding missing polling stations
- Improving documentation
- Adding exports (CSV, SQL, GeoJSON)
Please fork the repository and submit a pull request.
---
# Support The Project
If this repository helps you, please:
- Star the repository
- Share it with other developers
- Contribute improvements
---