County Gross County Product by Sector

Annual Gross County Product (GCP) estimates for each Kenyan county, broken down by economic sector, in KES millions.

Kenya National Bureau of Statistics (KNBS) GET /v1/datasets/county_gcp_by_sector 2,679 rows https://www.knbs.or.ke/

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year the estimate refers to No 0 3
county str Name of the Kenyan county No 0 47
sector str Economic sector or activity contributing to county output (e.g. agriculture, manufacturing, services) No 0 19
value float64 Gross County Product (GCP) value for the given year, county, and sector, in KES millions No 0 2461

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 2679 2023.00 0.82 2022.00 2022.00 2023.00 2024.00 2024.00
value 2679 14776.09 51462.82 -223311.00 1275.00 3935.00 11814.50 977348.00

Dimensional Coverage

Overall coverage: 100.0%

PeriodExpectedActualCoverage
year=2022893893OK 100.0%
year=2023893893OK 100.0%
year=2024893893OK 100.0%

Sample Data

[
  {
    "year": 2022,
    "county": "garissa",
    "sector": "adminsitrative services support",
    "value": 537.0
  },
  {
    "year": 2022,
    "county": "wajir",
    "sector": "adminsitrative services support",
    "value": 294.0
  },
  {
    "year": 2022,
    "county": "mandera",
    "sector": "adminsitrative services support",
    "value": 385.0
  },
  {
    "year": 2022,
    "county": "tharaka-nithi",
    "sector": "professional & technical services",
    "value": 1428.0
  },
  {
    "year": 2022,
    "county": "embu",
    "sector": "professional & technical services",
    "value": 2315.0
  }
]