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 /v1/datasets/registered_voters 37,249 rows https://www.iebc.or.ke/docs/rov_per_polling_station.pdf

Columns

ColumnTypeDescriptionNullableNull countUnique
county str County name No 0 49
constituency str Constituency name No 0 292
ward str County Assembly Ward name No 0 1418
polling_station str polling station ID number No 0 37249
value float64 Number of registered voters at the polling station No 0 554

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 37249 488.98 163.75 1.00 389.00 510.00 628.00 700.00

Dimensional Coverage

Coverage analysis not applicable for this dataset.

Sample Data

[
  {
    "county": "mombasa",
    "constituency": "changamwe",
    "ward": "port reitz",
    "polling_station": "001001000100101",
    "value": 673.0
  },
  {
    "county": "mombasa",
    "constituency": "changamwe",
    "ward": "port reitz",
    "polling_station": "001001000100102",
    "value": 673.0
  },
  {
    "county": "mombasa",
    "constituency": "changamwe",
    "ward": "port reitz",
    "polling_station": "001001000100103",
    "value": 673.0
  },
  {
    "county": "mombasa",
    "constituency": "changamwe",
    "ward": "port reitz",
    "polling_station": "001001000100104",
    "value": 672.0
  },
  {
    "county": "mombasa",
    "constituency": "changamwe",
    "ward": "port reitz",
    "polling_station": "001001000100105",
    "value": 672.0
  }
]