Total Value of Exports

Total value of agricultural exports across Kenyan counties

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

Columns

ColumnTypeDescriptionNullableNull countUnique
year object Calendar year No 0 73
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 1
item object Specific item or commodity being measured (lowercased) No 0 5
value float64 Numeric value of the indicator No 0 89

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 94 3.019e+10 4.553e+10 8.2e+07 3.516e+08 5.844e+09 3.435e+10 1.817e+11

Sample Data

[
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "cashew nuts",
    "value": 296770000.0
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sisal",
    "value": 5737942389.16
  },
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "tea( green leaf tea)",
    "value": 181690088120.0
  },
  {
    "year": "2023/24",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "coffee",
    "value": 39950000000.0
  },
  {
    "year": "2023",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sisal",
    "value": 5343490000.0
  }
]