network
Outbound Roaming Traffic
Outbound roaming traffic, by country and type of traffic (voice, sms, data)
Communications Authority of Kenya
GET /v1/datasets/roaming_traffic 350 rows https://ca.go.ke/statistics/ Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
int64 | Fiscal year (e.g., 1999 means FY 1999/2000) | No | 0 | 3 |
quarter |
int64 | Fiscal quarter | No | 0 | 4 |
country |
str | Country of outbound roaming traffic | No | 0 | 7 |
metric |
str | Type of mobile traffic (voice, sms) | No | 0 | 3 |
item |
str | inbound/ outbound | No | 0 | 3 |
value |
float64 | (minutes for voice, number of messages for sms, MB for data) | No | 0 | 334 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
350 | 2024.00 | 0.78 | 2023.00 | 2023.00 | 2024.00 | 2025.00 | 2025.00 |
quarter |
350 | 2.50 | 1.03 | 1.00 | 2.00 | 2.50 | 3.00 | 4.00 |
value |
350 | 1.074e+07 | 2.53e+07 | 0.00 | 84009.25 | 1.007e+06 | 5.364e+06 | 1.422e+08 |
Dimensional Coverage
Overall coverage: 83.3%
| Period | Expected | Actual | Coverage |
|---|---|---|---|
| year=2023 | 84 | 63 | ! 75.0% |
| year=2024 | 84 | 84 | OK 100.0% |
| year=2025 | 84 | 63 | ! 75.0% |
Sample Data
[
{
"year": 2023,
"quarter": 2,
"country": "uganda",
"metric": "voice",
"item": "incoming",
"value": 130525722.0
},
{
"year": 2023,
"quarter": 2,
"country": "tanzania",
"metric": "voice",
"item": "incoming",
"value": 12135523.0
},
{
"year": 2023,
"quarter": 2,
"country": "rwanda",
"metric": "voice",
"item": "incoming",
"value": 3503338.0
},
{
"year": 2023,
"quarter": 2,
"country": "burundi",
"metric": "voice",
"item": "incoming",
"value": 5133.0
},
{
"year": 2023,
"quarter": 2,
"country": "south sudan",
"metric": "voice",
"item": "incoming",
"value": 5086388.0
}
]