-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
55 lines (55 loc) · 1.25 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
{
"bytes": 1807,
"count_of_rows": 59,
"hash": "88b2a856e48527cd865be2da8080a6c7",
"name": "population",
"profile": "data-package",
"resources": [
{
"bytes": 1807,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
"doubleQuote": true,
"header": true,
"lineTerminator": "\r\n",
"quoteChar": "\"",
"skipInitialSpace": false
},
"encoding": "utf-8",
"format": "csv",
"hash": "f33b563f7d347e63b684adcbc7072b73",
"name": "population",
"path": "data/population_kz.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 of Republic of Kazakhstan"
}