Apparent Consumption

Apparent consumption of agricultural commodities across Kenyan counties

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

Columns

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

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 62 1.555e+07 1.033e+07 20.00 8.446e+06 1.385e+07 1.771e+07 4.047e+07

Sample Data

[
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "tea( green leaf tea)",
    "value": 37502000.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "land, inputs and sustainability",
    "item": "fertilizer",
    "value": 723637.0
  },
  {
    "year": "2023",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "tea( green leaf tea)",
    "value": 37303000.0
  },
  {
    "year": "2022",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "tea( green leaf tea)",
    "value": 36352809.0
  },
  {
    "year": "2022",
    "area_level": "county",
    "area_name": "narok",
    "metric": "crops",
    "item": "cowpeas",
    "value": 20.0
  }
]