county_code ranges from 1 to 47, indicating 47 distinct counties.subcounty_code appears to incorporate the county_code as its prefix, suggesting a hierarchical coding structure.subcounty_name column shows unique values for each entry, indicating no duplicate sub-county names across different counties.| Column | Type | Nulls | Unique | Stats / Top values |
|---|---|---|---|---|
| county_code | number | — | 47 | mean 25.0449 · min 1 · max 47 · median 24 |
| county_name | string | — | 47 | KITUI (18)KIAMBU (13)KAKAMEGA (13)MERU (11)NAKURU (11) |
| subcounty_code | number | — | 334 | mean 2509.1976 · min 101 · max 4711 · median 2401.5 |
| subcounty_name | string | — | 334 | CHANGAMWE (1)BUURI EAST (1)JOMVU (1)BUURI WEST (1)KISAUNI (1) |