Economy
Value of Imports from Africa
Monthly value of direct imports from selected African countries
Central Bank of Kenya
GET /economy/imports_africa 2,710 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/1764709360_Value%20of%20Direct%20Imports%20from%20Selected%20African%20Countries.csv Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
int64 | Calendar year | No | 0 | 29 |
month |
object | Calendar month name | No | 0 | 12 |
metric |
object | Origin African country (e.g., uganda, tanzania, south africa, total) | No | 0 | 8 |
value |
float64 | Import value in KES millions (comma-formatted number) | No | 0 | 2685 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
2710 | 2011.64 | 8.16 | 1998.00 | 2005.00 | 2012.00 | 2019.00 | 2026.00 |
value |
2710 | 2762.03 | 4387.60 | 0.00 | 181.89 | 1131.81 | 3329.29 | 28475.48 |
Sample Data
[
{
"year": 1998,
"month": "january",
"metric": "uganda",
"value": 2.06
},
{
"year": 1998,
"month": "february",
"metric": "uganda",
"value": 3.52
},
{
"year": 1998,
"month": "march",
"metric": "uganda",
"value": 5.72
},
{
"year": 1998,
"month": "april",
"metric": "uganda",
"value": 5.43
},
{
"year": 1998,
"month": "may",
"metric": "uganda",
"value": 11.65
}
]