Kossisoroyce commited on
Commit
7ed0873
·
verified ·
1 Parent(s): 9e1dad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ language:
4
+ - en
5
+ tags:
6
+ - import
7
+ - africa
8
+ - economy
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+ # Africa: Lead time to import, median case (days)
13
+
14
+ ## Dataset summary
15
+ - This dataset provides values for "Lead time to import, median case (days)" across African countries, standardized and made ML-ready.
16
+ - Geographic scope: 54 African countries.
17
+ - Temporal coverage: 1960–2024 (annual).
18
+ - Units: As defined by the World Bank indicator.
19
+
20
+ ## Source & licensing
21
+ - Source: World Bank – World Development Indicators (WDI), Indicator code: `LP.IMP.DURS.MD`.
22
+ - License: World Bank Open Data terms. Users are responsible for compliance with the World Bank Data Terms of Use.
23
+
24
+ ## Intended uses
25
+ - Cross-country analyses and visualization related to trade, logistics, and economic indicators.
26
+ - As an input feature for ML models in trade, development, and economic domains.
27
+ - Educational and exploratory data analysis.
28
+
29
+ Use with caution for early years and countries with imputed values.
30
+
31
+ ## Processing summary
32
+ Missing values in the pivot were handled via:
33
+ - Linear interpolation along years (`limit_direction="both"`)
34
+ - Forward fill
35
+ - Backward fill
36
+ Countries with no observations across all years remain entirely NaN.
37
+
38
+ ## Coverage and data quality notes
39
+ - Earliest non-missing observation (across all countries): 2007.
40
+ - Countries with no observations (all NaN in pivot):
41
+ - Botswana, Cabo Verde, Comoros, Equatorial Guinea, Eswatini, Guinea-Bissau, Lesotho, Sao Tome and Principe, Seychelles, Somalia, South Sudan.