Value of Imports from Rest of World

Monthly value of direct imports from selected countries outside Africa

Central Bank of Kenya GET /v1/datasets/imports_global 3,636 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/1436491729_Value%20of%20Direct%20Imports%20from%20Selected%20Rest%20of%20the%20World%20Countries.csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 26
month str Calendar month name No 0 12
item str Origin country (e.g., u.k, u.s.a, china, india, total) No 0 12
value float64 Import value in KES millions No 0 3620

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 3636 2013.13 7.29 2001.00 2007.00 2013.00 2019.00 2026.00
value 3636 10119.49 17430.92 168.38 1914.21 3810.61 9643.02 166947.10

Dimensional Coverage

Overall coverage: 97.1%

PeriodExpectedActualCoverage
year=2001144144OK 100.0%
year=2002144144OK 100.0%
year=2003144144OK 100.0%
year=2004144144OK 100.0%
year=2005144144OK 100.0%
year=2006144144OK 100.0%
year=2007144144OK 100.0%
year=2008144144OK 100.0%
year=2009144144OK 100.0%
year=2010144144OK 100.0%
year=2011144144OK 100.0%
year=2012144144OK 100.0%
year=2013144144OK 100.0%
year=2014144144OK 100.0%
year=2015144144OK 100.0%
year=2016144144OK 100.0%
year=2017144144OK 100.0%
year=2018144144OK 100.0%
year=2019144144OK 100.0%
year=2020144144OK 100.0%
year=2021144144OK 100.0%
year=2022144144OK 100.0%
year=2023144144OK 100.0%
year=2024144144OK 100.0%
year=2025144144OK 100.0%
year=202614436! 25.0%

Sample Data

[
  {
    "year": 2001,
    "month": "january",
    "item": "u.k",
    "value": 1868.15
  },
  {
    "year": 2001,
    "month": "january",
    "item": "u.s.a",
    "value": 1001.11
  },
  {
    "year": 2001,
    "month": "january",
    "item": "germany",
    "value": 1252.24
  },
  {
    "year": 2001,
    "month": "january",
    "item": "italy",
    "value": 578.28
  },
  {
    "year": 2001,
    "month": "january",
    "item": "u.a.e",
    "value": 2749.31
  }
]