ThymeL commited on
Commit
cc0e0dc
·
verified ·
1 Parent(s): 5be95a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - time-series-forecasting
6
+ tags:
7
+ - epidemiology
8
+ - demographics
9
+ - population
10
+ - world-bank
11
+ ---
12
+
13
+ # World Population Data (World Bank)
14
+
15
+ This dataset contains annual population estimates provided by the [World Bank](https://data.worldbank.org/indicator/SP.POP.TOTL). It is used within the **EPI-Eval** framework to provide denominators for disease incidence and prevalence calculations.
16
+
17
+ ### Coverage
18
+ - **Time:** 1960 → 2023 (or latest available)
19
+ - **Geography levels:** National, Regional, and Global
20
+ - **Source:** World Bank Open Data (Indicator: SP.POP.TOTL)
21
+
22
+ ### Columns
23
+ | Column | Unit | Description |
24
+ | --- | --- | --- |
25
+ | **location_id** | String | ISO 3166-1 alpha-3 country code (e.g., USA, AFG). |
26
+ | **year** | YYYY | The year of the population estimate. |
27
+ | **value** | count | Total population count. |
28
+
29
+ ### Access & Attribution
30
+ - **Availability:** Open Access
31
+ - **License:** [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
32
+ - **Citation:** *World Bank Open Data, Population, total. https://data.worldbank.org/indicator/SP.POP.TOTL*
33
+ - **Tier:** 1
34
+
35
+ ---
36
+ *Schema version 0.1 · source_id: world-bank-pop*