-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
115 lines (115 loc) · 2.68 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"bytes": 5767,
"count_of_rows": 141,
"hash": "adf0fbd6e0288dfd1254bb8fa4b90e5a",
"name": "population-projections",
"profile": "data-package",
"resources": [
{
"bytes": 3870,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
"doubleQuote": true,
"header": true,
"lineTerminator": "\r\n",
"quoteChar": "\"",
"skipInitialSpace": false
},
"encoding": "utf-8",
"format": "csv",
"hash": "56b35199007976d9e97b5a00de54ae5b",
"name": "population-projections",
"path": "data/population-projections.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"format": "default",
"name": "Country Name",
"type": "string"
},
{
"format": "default",
"name": "Year",
"type": "integer"
},
{
"format": "default",
"name": "Country Code",
"type": "any"
},
{
"format": "default",
"name": "Low Fertility",
"type": "integer"
},
{
"format": "default",
"name": "Medium Fertility",
"type": "integer"
},
{
"format": "default",
"name": "High Fertility",
"type": "integer"
}
],
"missingValues": [
""
],
"primaryKey": [
"Country Name",
"Year",
"Population"
]
}
},
{
"bytes": 1897,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
"doubleQuote": true,
"header": true,
"lineTerminator": "\r\n",
"quoteChar": "\"",
"skipInitialSpace": false
},
"encoding": "utf-8",
"format": "csv",
"hash": "26dc50534f4b7761aa3054e26c9e4462",
"name": "population",
"path": "data/population-historical.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"format": "default",
"name": "Country Name",
"type": "string"
},
{
"format": "default",
"name": "Country Code",
"type": "string"
},
{
"format": "default",
"name": "Year",
"type": "integer"
},
{
"format": "default",
"name": "Value",
"type": "integer"
}
],
"missingValues": [
""
]
}
}
],
"title": "Population projections"
}