Production Quantity (Livestock)

Quantity of livestock production across Kenyan counties

Kenya Agricultural Observatory Platform (Kilimo) GET /agriculture/production_quantity_livestock 2,151 rows https://statistics.kilimo.go.ke

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 5
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 14
value float64 Numeric value of the indicator No 0 1971

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 2151 1.593e+07 7.242e+07 5.70 76247.50 660739.00 3.345e+06 2.409e+09

Sample Data

[
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "hides",
    "value": 30618.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "milk",
    "value": 47494407.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "eggs",
    "value": 810983.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "honey",
    "value": 1552232.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "livestock",
    "item": "pork",
    "value": 13124.0
  }
]