Governance
Registered Voters per Polling Station
Number of registered voters per polling station across all 47 counties for the 2022 General Election
Independent Electoral and Boundaries Commission (IEBC) Kenya
GET /governance/rov_per_polling_station 37,250 rows https://www.iebc.or.ke/docs/rov_per_polling_station.pdf Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
county_code |
object | 3-digit numeric county code | No | 0 | 50 |
county_name |
object | County name | Yes | 1 | 49 |
const_code |
object | Constituency code | Yes | 1 | 292 |
const_name |
object | Constituency name | Yes | 1 | 292 |
caw_code |
object | County Assembly Ward code | Yes | 1 | 1461 |
caw_name |
object | County Assembly Ward name | Yes | 1 | 1418 |
reg_centre_code |
object | Registration Centre code | Yes | 1 | 259 |
reg_centre_name |
object | Registration Centre name | Yes | 1 | 20475 |
polling_station_code |
object | Unique polling station code | Yes | 1 | 37249 |
polling_station_name_name |
object | Yes | 1 | 20475 | |
value |
float64 | Number of registered voters at the polling station | No | 0 | 555 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
value |
37250 | 1082.80 | 114609.82 | 1.00 | 389.00 | 510.00 | 628.00 | 2.212e+07 |
Sample Data
[
{
"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_name": "bomu primary school",
"value": 673.0
},
{
"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": "001001000100102",
"polling_station_name_name": "bomu primary school",
"value": 673.0
},
{
"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": "001001000100103",
"polling_station_name_name": "bomu primary school",
"value": 673.0
},
{
"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": "001001000100104",
"polling_station_name_name": "bomu primary school",
"value": 672.0
},
{
"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": "001001000100105",
"polling_station_name_name": "bomu primary school",
"value": 672.0
}
]