Livestock Population

Livestock population counts across Kenyan counties

Kenya Agricultural Observatory Platform (Kilimo) GET /agriculture/livestock_population 8,381 rows https://statistics.kilimo.go.ke

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 14
area_level object Geographic level No 0 2
area_name object County name (lowercased) No 0 47
metric object Sub-domain or category within the indicator (lowercased) No 0 1
item object Specific item or commodity being measured (lowercased) No 0 25
value float64 Numeric value of the indicator No 0 6498

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 8381 289555.58 1.9e+06 1.00 3728.00 22195.00 149671.00 6.341e+07

Sample Data

[
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "guinea fowl",
    "value": 461.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "dairy cattle",
    "value": 159945.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "hair sheep",
    "value": 371871.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "log hives",
    "value": 181080.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "kenya top bar hive (ktbh)",
    "value": 35544.0
  }
]