Crop Yield

Crop yield per unit area across Kenyan counties

Kenya Agricultural Observatory Platform (Kilimo) GET /agriculture/crop_yield 4,263 rows https://statistics.kilimo.go.ke

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 125
area_level object Geographic level No 0 2
area_name object County name (lowercased) No 0 48
metric object Sub-domain or category within the indicator (lowercased) No 0 2
item object Specific item or commodity being measured (lowercased) No 0 23
value float64 Numeric value of the indicator No 0 1605

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 4263 112.75 3240.45 0.00 0.54 1.00 3.00 146562.00

Sample Data

[
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "crops",
    "item": "canola (rapeseed)",
    "value": 3.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "crops",
    "item": "sunflower",
    "value": 1.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bomet",
    "metric": "crops",
    "item": "sunflower",
    "value": 1.3968253968254
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "canola (rapeseed)",
    "value": 3.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "ground nuts",
    "value": 1.05328258801142
  }
]