Export Quantity

Quantity of agricultural exports across Kenyan counties

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

Columns

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

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 111 1.339e+08 1.783e+08 97.00 43073.81 3.295e+07 2.396e+08 5.945e+08

Sample Data

[
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "pyrethrum",
    "value": 30584.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "bixa",
    "value": 65100.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "miraa",
    "value": 4776964.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "tea( green leaf tea)",
    "value": 594503000.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "cashew nuts",
    "value": 419.79
  }
]