Production Value (Crops)

Value of crop production across Kenyan counties

Kenya Agricultural Observatory Platform (Kilimo) GET /agriculture/production_value_crops 647 rows https://statistics.kilimo.go.ke

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 11
area_level object Geographic level No 0 1
area_name object County name (lowercased) No 0 38
metric object Sub-domain or category within the indicator (lowercased) No 0 1
item object Specific item or commodity being measured (lowercased) No 0 10
value float64 Numeric value of the indicator No 0 545

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 647 1.882e+08 5.366e+08 0.00 3.505e+06 2.654e+07 1.359e+08 5.148e+09

Sample Data

[
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "baringo",
    "metric": "crops",
    "item": "macadamia nuts",
    "value": 465000000.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bomet",
    "metric": "crops",
    "item": "sunflower",
    "value": 4900000.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "sesame",
    "value": 900000.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "ground nuts",
    "value": 210000000.0
  },
  {
    "year": "2025",
    "area_level": "county",
    "area_name": "bungoma",
    "metric": "crops",
    "item": "sunflower",
    "value": 58000000.0
  }
]