Total Value of Imports

Total value of agricultural imports across Kenyan counties

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

Columns

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

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
value 8 3.496e+10 1.803e+10 1.565e+10 2.226e+10 2.812e+10 5.499e+10 5.659e+10

Sample Data

[
  {
    "year": "2024",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sugarcane",
    "value": 30386987370.0
  },
  {
    "year": "2023",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sugarcane",
    "value": 54460090849.0
  },
  {
    "year": "2021",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sugarcane",
    "value": 25860198189.0
  },
  {
    "year": "2020",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sugarcane",
    "value": 24467315258.0
  },
  {
    "year": "2018",
    "area_level": "country",
    "area_name": "kenya",
    "metric": "crops",
    "item": "sugarcane",
    "value": 15650673725.0
  }
]