Agriculture
GOK Subsidized Fertilizer Quantity
Quantity of government-subsidized fertilizer distributed across Kenyan counties
Kenya Agricultural Observatory Platform (Kilimo)
GET /agriculture/quantity_of_gok_subsidized_fertilizer 13 rows https://statistics.kilimo.go.ke Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
object | Calendar year | No | 0 | 13 |
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 | 13 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
value |
13 | 101542.15 | 69993.53 | 1268.00 | 44250.00 | 96000.00 | 160900.00 | 205955.00 |
Sample Data
[
{
"year": "2021",
"area_level": "country",
"area_name": "kenya",
"metric": "land, inputs and sustainability",
"item": "fertilizer",
"value": 7598.0
},
{
"year": "2020",
"area_level": "country",
"area_name": "kenya",
"metric": "land, inputs and sustainability",
"item": "fertilizer",
"value": 1268.0
},
{
"year": "2019",
"area_level": "country",
"area_name": "kenya",
"metric": "land, inputs and sustainability",
"item": "fertilizer",
"value": 44250.0
},
{
"year": "2018",
"area_level": "country",
"area_name": "kenya",
"metric": "land, inputs and sustainability",
"item": "fertilizer",
"value": 160900.0
},
{
"year": "2017",
"area_level": "country",
"area_name": "kenya",
"metric": "land, inputs and sustainability",
"item": "fertilizer",
"value": 177600.0
}
]