Production Quantity (Crops)

Quantity of crop production across Kenyan counties

Kenya Agricultural Observatory Platform (Kilimo) GET /agriculture/production_quantity_crops 5,352 rows https://statistics.kilimo.go.ke

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 126
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 26
value float64 Numeric value of the indicator No 0 3846

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 5352 1.803e+06 1.719e+07 0.00 105.75 2449.18 26799.50 3.731e+08

Sample Data

[
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "bambara groundnuts",
    "value": 94.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "sesame",
    "value": 7.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "busia",
    "metric": "crops",
    "item": "sesame",
    "value": 29.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "busia",
    "metric": "crops",
    "item": "sunflower",
    "value": 132.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "busia",
    "metric": "crops",
    "item": "bambara groundnuts",
    "value": 82.0
  }
]