Agriculture
Import Quantity
Quantity of agricultural imports across Kenyan counties
Kenya Agricultural Observatory Platform (Kilimo)
GET /agriculture/import_quantity 10 rows https://statistics.kilimo.go.ke Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
object | Calendar year | No | 0 | 8 |
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 | 2 |
value |
float64 | Numeric value of the indicator | No | 0 | 9 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
value |
10 | 569349.80 | 272834.70 | 284169.00 | 361092.25 | 450512.00 | 777921.00 | 989619.00 |
Sample Data
[
{
"year": "2024",
"area_level": "country",
"area_name": "kenya",
"metric": "crops",
"item": "sugarcane",
"value": 339345.0
},
{
"year": "2024",
"area_level": "country",
"area_name": "kenya",
"metric": "trade",
"item": "fertilizer",
"value": 834502.0
},
{
"year": "2023",
"area_level": "country",
"area_name": "kenya",
"metric": "crops",
"item": "sugarcane",
"value": 608178.0
},
{
"year": "2022",
"area_level": "country",
"area_name": "kenya",
"metric": "crops",
"item": "sugarcane",
"value": 320708.0
},
{
"year": "2021",
"area_level": "country",
"area_name": "kenya",
"metric": "crops",
"item": "sugarcane",
"value": 426334.0
}
]