jsonstat-validator 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jsonstat_validator/__init__.py +6 -4
- jsonstat_validator/validator.py +160 -19
- {jsonstat_validator-0.1.0.dist-info → jsonstat_validator-0.1.2.dist-info}/METADATA +85 -97
- jsonstat_validator-0.1.2.dist-info/RECORD +7 -0
- jsonstat_validator/tests/__init__.py +0 -1
- jsonstat_validator/tests/conftest.py +0 -10
- jsonstat_validator/tests/custom_tests.py +0 -411
- jsonstat_validator/tests/samples/areas/canada.json +0 -16
- jsonstat_validator/tests/samples/areas/galicia.json +0 -16
- jsonstat_validator/tests/samples/areas/index.json +0 -31
- jsonstat_validator/tests/samples/areas/oecd.json +0 -16
- jsonstat_validator/tests/samples/areas/us.json +0 -26
- jsonstat_validator/tests/samples/canada.json +0 -131
- jsonstat_validator/tests/samples/datasets/index.json +0 -51
- jsonstat_validator/tests/samples/galicia.json +0 -124
- jsonstat_validator/tests/samples/hierarchy.json +0 -200
- jsonstat_validator/tests/samples/index.json +0 -36
- jsonstat_validator/tests/samples/metrics/gdp/gsp.json +0 -16
- jsonstat_validator/tests/samples/metrics/gdp/gsppc.json +0 -16
- jsonstat_validator/tests/samples/metrics/gdp/gspw.json +0 -16
- jsonstat_validator/tests/samples/metrics/gdp/index.json +0 -26
- jsonstat_validator/tests/samples/metrics/index.json +0 -26
- jsonstat_validator/tests/samples/metrics/lfs/employed.json +0 -16
- jsonstat_validator/tests/samples/metrics/lfs/index.json +0 -31
- jsonstat_validator/tests/samples/metrics/lfs/lf.json +0 -16
- jsonstat_validator/tests/samples/metrics/lfs/unemployed.json +0 -16
- jsonstat_validator/tests/samples/metrics/lfs/unr.json +0 -21
- jsonstat_validator/tests/samples/metrics/pop/index.json +0 -21
- jsonstat_validator/tests/samples/metrics/pop/pop.json +0 -26
- jsonstat_validator/tests/samples/metrics/pop/popw.json +0 -16
- jsonstat_validator/tests/samples/oecd.json +0 -170
- jsonstat_validator/tests/samples/order.json +0 -38
- jsonstat_validator/tests/samples/sources/bls.json +0 -21
- jsonstat_validator/tests/samples/sources/ige.json +0 -16
- jsonstat_validator/tests/samples/sources/index.json +0 -41
- jsonstat_validator/tests/samples/sources/jsonstat.json +0 -21
- jsonstat_validator/tests/samples/sources/oecd.json +0 -16
- jsonstat_validator/tests/samples/sources/statcan.json +0 -16
- jsonstat_validator/tests/samples/sources/wikipedia.json +0 -16
- jsonstat_validator/tests/samples/topics/accounts.json +0 -16
- jsonstat_validator/tests/samples/topics/demos.json +0 -21
- jsonstat_validator/tests/samples/topics/index.json +0 -31
- jsonstat_validator/tests/samples/topics/labor.json +0 -26
- jsonstat_validator/tests/samples/topics/population.json +0 -26
- jsonstat_validator/tests/samples/us-gsp.json +0 -230
- jsonstat_validator/tests/samples/us-labor.json +0 -6509
- jsonstat_validator/tests/samples/us-unr.json +0 -3269
- jsonstat_validator/tests/test_official_samples.py +0 -51
- jsonstat_validator-0.1.0.dist-info/RECORD +0 -51
- {jsonstat_validator-0.1.0.dist-info → jsonstat_validator-0.1.2.dist-info}/LICENSE +0 -0
- {jsonstat_validator-0.1.0.dist-info → jsonstat_validator-0.1.2.dist-info}/WHEEL +0 -0
- {jsonstat_validator-0.1.0.dist-info → jsonstat_validator-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/metrics/lfs/unr.json",
|
5
|
-
"label" : "Metric: Unemployment Rate",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/us-unr.json",
|
12
|
-
"label" : "Unemployment Rates by County, 2012 Annual Averages"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/us-labor.json",
|
17
|
-
"label" : "Labor Force Data by County, 2012 Annual Averages"
|
18
|
-
}
|
19
|
-
]
|
20
|
-
}
|
21
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/metrics/pop/index.json",
|
5
|
-
"label" : "Metric Group: Population",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "collection",
|
11
|
-
"href" : "http://json-stat.org/samples/metrics/pop/pop.json",
|
12
|
-
"label" : "Metric: Population"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "collection",
|
16
|
-
"href" : "http://json-stat.org/samples/metrics/pop/popw.json",
|
17
|
-
"label" : "Metric: Weight in the population"
|
18
|
-
}
|
19
|
-
]
|
20
|
-
}
|
21
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/metrics/pop/pop.json",
|
5
|
-
"label" : "Metric: Population",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/canada.json",
|
12
|
-
"label" : "Population by sex and age group. Canada. 2012"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/galicia.json",
|
17
|
-
"label" : "Population by province of residence, place of birth, age, gender and year in Galicia"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"class" : "dataset",
|
21
|
-
"href" : "http://json-stat.org/samples/us-gsp.json",
|
22
|
-
"label" : "US States by GSP and population"
|
23
|
-
}
|
24
|
-
]
|
25
|
-
}
|
26
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/metrics/pop/popw.json",
|
5
|
-
"label" : "Metric: Weight in the population",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/canada.json",
|
12
|
-
"label" : "Population by sex and age group. Canada. 2012"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,170 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "dataset",
|
4
|
-
"href" : "https://json-stat.org/samples/oecd.json",
|
5
|
-
"label" : "Unemployment rate in the OECD countries 2003-2014",
|
6
|
-
"note" : [ "Most of the data in this dataset are taken from the individual contributions of national correspondents appointed by the OECD Secretariat with the approval of the authorities of Member countries. Consequently, these data have not necessarily been harmonised at international level." ],
|
7
|
-
"source" : "Economic Outlook No 92 - December 2012 - OECD Annual Projections",
|
8
|
-
"updated" : "2012-11-27",
|
9
|
-
"extension" : {
|
10
|
-
"contact" : "EcoOutlook@oecd.org",
|
11
|
-
"metadata" : [
|
12
|
-
{
|
13
|
-
"title" : "Economic Outlook Policy and other assumptions underlying the projections Box 1.2 in General assessment",
|
14
|
-
"href" : "http://www.oecd.org/eco/economicoutlookanalysisandforecasts/EO92macroeconomicsituation.pdf"
|
15
|
-
},
|
16
|
-
{
|
17
|
-
"title" : "Economic Outlook Sources and Methods",
|
18
|
-
"href" : "http://www.oecd.org/document/22/0,3343,en_2649_34109_33702486_1_1_1_1,00.html"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"title" : "Database inventory (forthcoming)",
|
22
|
-
"href" : "http://www.oecd.org/eco/databaseinventory"
|
23
|
-
},
|
24
|
-
{
|
25
|
-
"title" : "OECD Glossary",
|
26
|
-
"href" : "http://stats.oecd.org/glossary/"
|
27
|
-
}
|
28
|
-
]
|
29
|
-
},
|
30
|
-
"value" : [5.943826289, 5.39663128, 5.044790587, 4.789362794, 4.379649386, 4.249093453, 5.592226603, 5.230660289, 5.099422942, 5.224336088, 5.50415003, 5.462866231, 4.278559338, 4.939707755, 5.152160612, 4.727182858, 4.399730726, 3.813933625, 4.776912506, 4.391591645, 4.143587245, 4.351345785, 4.695491708, 4.745323313, 8.158333333, 8.4, 8.483333333, 8.266666667, 7.466666667, 7.016666667, 7.891892855, 8.283171959, 7.175138783, 7.381153404, 7.689552898, 7.735442636, 7.594616751, 7.167833951, 6.748691501, 6.307841105, 6.049842626, 6.146014664, 8.284689299, 7.988900419, 7.453609598, 7.32358421, 7.169741525, 6.88122705, 9.5433848, 10.00149582, 9.224422554, 7.773166282, 7.150623348, 7.787221805, 10.80236438, 8.121579077, 7.104778251, 6.477468723, 6.78101031, 6.780198936, 7.818066527, 8.323638425, 7.922330988, 7.142271671, 5.316363283, 4.391669598, 6.675050668, 7.273107122, 6.723482523, 6.936394665, 7.242148075, 7.135151601, 5.344516646, 5.516904324, 4.793715416, 3.868296418, 3.669496447, 3.326692683, 5.821647379, 7.191696186, 7.313112408, 7.544640558, 7.357364231, 7.255659852, 10.03010116, 9.661753538, 7.899232972, 5.905173373, 4.659913473, 5.601684952, 13.87805579, 16.83438817, 12.4576855, 9.873121257, 9.116309666, 8.74566981, 9.017860131, 8.80435787, 8.368797468, 7.702632855, 6.850344695, 6.368216471, 8.269856093, 8.381534292, 7.774845319, 7.722836877, 7.962718148, 7.757742455, 8.503978378, 8.8650811, 8.882978134, 8.835277292, 8.009145174, 7.384897537, 9.129199553, 9.315864403, 9.202432489, 9.877166456, 10.66140443, 10.91985917, 9.134738857, 9.829230121, 10.69442137, 9.694756306, 8.310233377, 7.188163108, 7.429105355, 6.757338631, 5.752587233, 5.28775372, 5.524081118, 5.565600014, 9.712526535, 10.49281197, 9.849833119, 8.890878396, 8.276300402, 7.653084476, 9.460314273, 12.53058153, 17.65238747, 23.5737508, 26.6534591, 27.2364419, 5.860132523, 6.096400087, 7.185491402, 7.451740837, 7.35706148, 7.851089777, 10.0153875, 11.14448405, 10.92071597, 11.12538821, 11.09958634, 10.76358386, 3.352836045, 3.06335905, 2.590345651, 2.878830234, 2.301867378, 2.990597714, 7.241470693, 7.55861225, 7.058807671, 6.138731401, 5.393148124, 5.128315309, 4.739670964, 4.539966682, 4.341850838, 4.415526325, 4.571302023, 6.024123088, 11.81229736, 13.62078809, 14.51224844, 14.79227286, 14.73886731, 14.61076214, 13.28016732, 12.85704871, 11.29834866, 10.47596715, 9.147672881, 7.728344307, 9.476560711, 8.33683595, 7.110513831, 6.8731402, 7.359377644, 6.93094611, 8.444973801, 7.996760207, 7.708360512, 6.777043598, 6.110290905, 6.774113796, 7.800833899, 8.41234985, 8.438703909, 10.55546863, 11.42167502, 11.7584873, 5.25125, 4.717099486, 4.424423923, 4.129376275, 3.84841253, 3.979750388, 5.068375853, 5.058985674, 4.592622773, 4.399496241, 4.355894653, 4.286733019, 3.562065618, 3.67219364, 3.734708533, 3.450431799, 3.233335111, 3.15974989, 3.643064158, 3.715763348, 3.405129308, 3.378067785, 3.618601827, 3.397535556, 3.304883869, 3.710506994, 4.099797561, 4.242014975, 4.182611437, 4.14500326, 5.431987487, 5.778771292, 5.627283477, 6.078760003, 6.589474092, 6.658818611, 2.998805894, 3.695332444, 3.540173119, 3.550553518, 3.672170595, 3.949416134, 5.43621902, 5.373117407, 5.240905522, 5.036393758, 4.990182757, 4.897580596, 3.975713818, 4.894207123, 5.113659881, 4.20994586, 3.475695941, 3.018534226, 3.68444758, 4.383579198, 4.343866431, 5.163411369, 5.801548283, 6.10348765, 4.76074516, 4.018968583, 3.807106599, 3.840522581, 3.655294639, 4.160280272, 6.146341463, 6.537348623, 6.509125435, 6.938443309, 6.568824155, 6.048820957, 4.04172726, 4.186831741, 4.382939676, 3.392420144, 2.498729296, 2.565344859, 3.107969091, 3.521797592, 3.212318473, 3.098584692, 3.098584692, 3.003021166, 19.61702787, 18.97466246, 17.74593227, 13.84039072, 9.601554043, 7.117494731, 8.166610723, 9.622661542, 9.648757987, 10.05073744, 10.49463234, 10.66450371, 6.276549712, 6.666642728, 7.597516675, 7.637987286, 7.99012509, 7.607584033, 9.484363464, 10.81324061, 12.7097409, 15.52457602, 16.93137173, 16.62982306, 17.55389647, 18.22108629, 16.25634386, 13.3725907, 11.14262294, 9.507520125, 12.02516939, 14.37913326, 13.54138898, 13.69591839, 13.5763623, 12.97187212, 6.682102697, 6.291982582, 6.516689478, 5.945157013, 4.816202781, 4.368899066, 5.856004508, 7.240345922, 8.164977774, 8.529917685, 9.708595873, 9.847243093, 11.03816292, 10.54622939, 9.156961086, 8.511101588, 8.264570818, 11.33829871, 18.01195661, 20.06321219, 21.63712759, 25.04773498, 26.89014696, 26.78073067, 6.56574156, 7.373480411, 7.652096974, 7.053667613, 6.127066505, 6.183935584, 8.305635992, 8.372715009, 7.504247076, 7.651519753, 7.912693788, 7.604124855, 4.033356027, 4.31699694, 4.329724566, 3.941659077, 3.57509152, 3.341272685, 4.257833072, 4.44955058, 3.949110999, 3.863659425, 4.109877511, 3.999499419, 10.82310834, 10.58802629, 10.40296232, 10.01247258, 10.06182773, 10.74264555, 13.74762357, 11.65601928, 9.605142332, 9.014001387, 9.320782097, 8.651402638, 5.019884066, 4.768990278, 4.852538715, 5.450636437, 5.355104552, 5.708223236, 7.62507775, 7.861627732, 8.078635307, 8.027613742, 8.275155581, 8.036560522, 5.986539203, 5.523039996, 5.076780521, 4.617465075, 4.619105436, 5.800444743, 9.275245924, 9.627692959, 8.94612643, 8.091574662, 7.810715126, 7.514930043, 8.68886389, 8.942669403, 8.941482912, 8.233837469, 7.409607055, 7.436710115, 9.371745367, 9.891824566, 9.978460373, 11.11907575, 11.9135905, 11.99849464, 6.971079892, 6.859814025, 6.629153129, 6.100565063, 5.656171098, 5.982685271, 8.157564657, 8.320563893, 7.953121271, 7.970392182, 8.15379125, 8.004598637],
|
31
|
-
"status" : {"10": "e", "11": "e", "22": "e", "23": "e", "34": "e", "35": "e", "46": "e", "47": "e", "58": "e", "59": "e", "70": "e", "71": "e", "82": "e", "83": "e", "94": "e", "95": "e", "106": "e", "107": "e", "118": "e", "119": "e", "130": "e", "131": "e", "142": "e", "143": "e", "154": "e", "155": "e", "166": "e", "167": "e", "178": "e", "179": "e", "190": "e", "191": "e", "202": "e", "203": "e", "214": "e", "215": "e", "226": "e", "227": "e", "238": "e", "239": "e", "250": "e", "251": "e", "262": "e", "263": "e", "274": "e", "275": "e", "286": "e", "287": "e", "298": "e", "299": "e", "310": "e", "311": "e", "322": "e", "323": "e", "334": "e", "335": "e", "346": "e", "347": "e", "358": "e", "359": "e", "370": "e", "371": "e", "382": "e", "383": "e", "394": "e", "395": "e", "406": "e", "407": "e", "418": "e", "419": "e", "430": "e", "431": "e"},
|
32
|
-
"id" : ["concept", "area", "year"],
|
33
|
-
"size" : [1, 36, 12],
|
34
|
-
"role" :{
|
35
|
-
"time" : ["year"],
|
36
|
-
"geo" : ["area"],
|
37
|
-
"metric" : ["concept"]
|
38
|
-
},
|
39
|
-
"dimension" : {
|
40
|
-
"concept" : {
|
41
|
-
"label" : "indicator",
|
42
|
-
"extension" : {
|
43
|
-
"definition" : {
|
44
|
-
"UNR" : "The OECD harmonised unemployment rate gives the number of unemployed persons as a percentage of the labour force (the total number of people employed plus unemployed)."
|
45
|
-
}
|
46
|
-
},
|
47
|
-
"category" : {
|
48
|
-
"label" : {
|
49
|
-
"UNR" : "unemployment rate"
|
50
|
-
},
|
51
|
-
"unit" : {
|
52
|
-
"UNR" : {
|
53
|
-
"symbol" : "%",
|
54
|
-
"decimals" : 9
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|
58
|
-
},
|
59
|
-
|
60
|
-
"year" : {
|
61
|
-
"label" : "2003-2014",
|
62
|
-
"category" : {
|
63
|
-
"index" : {
|
64
|
-
"2003" : 0,
|
65
|
-
"2004" : 1,
|
66
|
-
"2005" : 2,
|
67
|
-
"2006" : 3,
|
68
|
-
"2007" : 4,
|
69
|
-
"2008" : 5,
|
70
|
-
"2009" : 6,
|
71
|
-
"2010" : 7,
|
72
|
-
"2011" : 8,
|
73
|
-
"2012" : 9,
|
74
|
-
"2013" : 10,
|
75
|
-
"2014" : 11
|
76
|
-
}
|
77
|
-
}
|
78
|
-
},
|
79
|
-
|
80
|
-
"area" : {
|
81
|
-
"label" : "OECD countries, EU15 and total",
|
82
|
-
"note" : [ "Except where otherwise indicated, data refer to the actual territory of the country considered." ],
|
83
|
-
"category" : {
|
84
|
-
"index" : {
|
85
|
-
"AU" : 0,
|
86
|
-
"AT" : 1,
|
87
|
-
"BE" : 2,
|
88
|
-
"CA" : 3,
|
89
|
-
"CL" : 4,
|
90
|
-
"CZ" : 5,
|
91
|
-
"DK" : 6,
|
92
|
-
"EE" : 7,
|
93
|
-
"FI" : 8,
|
94
|
-
"FR" : 9,
|
95
|
-
"DE" : 10,
|
96
|
-
"GR" : 11,
|
97
|
-
"HU" : 12,
|
98
|
-
"IS" : 13,
|
99
|
-
"IE" : 14,
|
100
|
-
"IL" : 15,
|
101
|
-
"IT" : 16,
|
102
|
-
"JP" : 17,
|
103
|
-
"KR" : 18,
|
104
|
-
"LU" : 19,
|
105
|
-
"MX" : 20,
|
106
|
-
"NL" : 21,
|
107
|
-
"NZ" : 22,
|
108
|
-
"NO" : 23,
|
109
|
-
"PL" : 24,
|
110
|
-
"PT" : 25,
|
111
|
-
"SK" : 26,
|
112
|
-
"SI" : 27,
|
113
|
-
"ES" : 28,
|
114
|
-
"SE" : 29,
|
115
|
-
"CH" : 30,
|
116
|
-
"TR" : 31,
|
117
|
-
"UK" : 32,
|
118
|
-
"US" : 33,
|
119
|
-
"EU15" : 34,
|
120
|
-
"OECD" : 35
|
121
|
-
},
|
122
|
-
"label" : {
|
123
|
-
"AU" : "Australia",
|
124
|
-
"AT" : "Austria",
|
125
|
-
"BE" : "Belgium",
|
126
|
-
"CA" : "Canada",
|
127
|
-
"CL" : "Chile",
|
128
|
-
"CZ" : "Czech Republic",
|
129
|
-
"DK" : "Denmark",
|
130
|
-
"EE" : "Estonia",
|
131
|
-
"FI" : "Finland",
|
132
|
-
"FR" : "France",
|
133
|
-
"DE" : "Germany",
|
134
|
-
"GR" : "Greece",
|
135
|
-
"HU" : "Hungary",
|
136
|
-
"IS" : "Iceland",
|
137
|
-
"IE" : "Ireland",
|
138
|
-
"IL" : "Israel",
|
139
|
-
"IT" : "Italy",
|
140
|
-
"JP" : "Japan",
|
141
|
-
"KR" : "Korea",
|
142
|
-
"LU" : "Luxembourg",
|
143
|
-
"MX" : "Mexico",
|
144
|
-
"NL" : "Netherlands",
|
145
|
-
"NZ" : "New Zealand",
|
146
|
-
"NO" : "Norway",
|
147
|
-
"PL" : "Poland",
|
148
|
-
"PT" : "Portugal",
|
149
|
-
"SK" : "Slovak Republic",
|
150
|
-
"SI" : "Slovenia",
|
151
|
-
"ES" : "Spain",
|
152
|
-
"SE" : "Sweden",
|
153
|
-
"CH" : "Switzerland",
|
154
|
-
"TR" : "Turkey",
|
155
|
-
"UK" : "United Kingdom",
|
156
|
-
"US" : "United States",
|
157
|
-
"EU15" : "Euro area (15 countries)",
|
158
|
-
"OECD" : "total"
|
159
|
-
},
|
160
|
-
"note" : {
|
161
|
-
"DE" : [ "Germany (code DE) was created 3 October 1990 by the accession of the Democratic Republic of Germany (code DDR) to the then Federal Republic of Germany (code DEW)." ]
|
162
|
-
},
|
163
|
-
"child" : {
|
164
|
-
"EU15" : ["AT", "BE", "DE", "DK", "ES", "FI", "FR", "GR", "IE", "IT", "LU", "NL", "PT", "SE", "UK"],
|
165
|
-
"OECD" : [ "EU15", "AU", "CA", "CL", "CZ", "DK", "EE", "HU", "IS", "IL", "JP", "KR", "MX", "NO", "NZ", "PL", "SK", "SI", "CH", "TR", "US"]
|
166
|
-
}
|
167
|
-
}
|
168
|
-
}
|
169
|
-
}
|
170
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "dataset",
|
4
|
-
"href" : "https://json-stat.org/samples/order.json",
|
5
|
-
"label" : "Demo of value ordering: what does not change, first",
|
6
|
-
"id" : ["A","B","C"],
|
7
|
-
"size" : [3,2,4],
|
8
|
-
"dimension" : {
|
9
|
-
"A" : {
|
10
|
-
"label" : "A: 3-categories dimension",
|
11
|
-
"category" : {
|
12
|
-
"index" : ["1", "2", "3"]
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"B" : {
|
16
|
-
"label" : "B: 2-categories dimension",
|
17
|
-
"category" : {
|
18
|
-
"index" : ["1", "2"]
|
19
|
-
}
|
20
|
-
} ,
|
21
|
-
"C" : {
|
22
|
-
"label" : "C: 4-categories dimension",
|
23
|
-
"category" : {
|
24
|
-
"index" : ["1", "2", "3", "4"]
|
25
|
-
}
|
26
|
-
}
|
27
|
-
},
|
28
|
-
"value" : [
|
29
|
-
"A1B1C1","A1B1C2","A1B1C3","A1B1C4",
|
30
|
-
"A1B2C1","A1B2C2","A1B2C3","A1B2C4",
|
31
|
-
|
32
|
-
"A2B1C1","A2B1C2","A2B1C3","A1B1C4",
|
33
|
-
"A2B2C1","A2B2C2","A2B2C3","A2B2C4",
|
34
|
-
|
35
|
-
"A3B1C1","A3B1C2","A3B1C3","A3B1C4",
|
36
|
-
"A3B2C1","A3B2C2","A3B2C3","A3B2C4"
|
37
|
-
]
|
38
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/bls.json",
|
5
|
-
"label" : "Source: US Bureau of Labor Statistics",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/us-unr.json",
|
12
|
-
"label" : "Unemployment Rates by County, 2012 Annual Averages"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/us-labor.json",
|
17
|
-
"label" : "Labor Force Data by County, 2012 Annual Averages"
|
18
|
-
}
|
19
|
-
]
|
20
|
-
}
|
21
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/ige.json",
|
5
|
-
"label" : "Source: Instituto Galego de Estatística",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/galicia.json",
|
12
|
-
"label" : "Population by province of residence, place of birth, age, gender and year in Galicia"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/index.json",
|
5
|
-
"label" : "Sources",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "collection",
|
11
|
-
"href" : "http://json-stat.org/samples/sources/oecd.json",
|
12
|
-
"label" : "Source: OECD"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "collection",
|
16
|
-
"href" : "http://json-stat.org/samples/sources/statcan.json",
|
17
|
-
"label" : "Source: Statistics Canada"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"class" : "collection",
|
21
|
-
"href" : "http://json-stat.org/samples/sources/wikipedia.json",
|
22
|
-
"label" : "Source: Wikipedia"
|
23
|
-
},
|
24
|
-
{
|
25
|
-
"class" : "collection",
|
26
|
-
"href" : "http://json-stat.org/samples/sources/bls.json",
|
27
|
-
"label" : "Source: US Bureau of Labor Statistics"
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"class" : "collection",
|
31
|
-
"href" : "http://json-stat.org/samples/sources/ige.json",
|
32
|
-
"label" : "Source: Instituto Galego de Estatística"
|
33
|
-
},
|
34
|
-
{
|
35
|
-
"class" : "collection",
|
36
|
-
"href" : "http://json-stat.org/samples/sources/jsonstat.json",
|
37
|
-
"label" : "Source: JSON-stat"
|
38
|
-
}
|
39
|
-
]
|
40
|
-
}
|
41
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/jsonstat.json",
|
5
|
-
"label" : "Source: JSON-stat",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/order.json",
|
12
|
-
"label" : "Demo of value ordering: what does not change, first"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/hierarchy.json",
|
17
|
-
"label" : "Demo of hierarchical dimension"
|
18
|
-
}
|
19
|
-
]
|
20
|
-
}
|
21
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/oecd.json",
|
5
|
-
"label" : "Source: OECD",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/oecd.json",
|
12
|
-
"label" : "Unemployment rate in the OECD countries 2003-2014"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/statcan.json",
|
5
|
-
"label" : "Source: Statistics Canada",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/canada.json",
|
12
|
-
"label" : "Population by sex and age group. Canada. 2012"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/sources/wikipedia.json",
|
5
|
-
"label" : "Source: Wikipedia",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/us-gsp.json",
|
12
|
-
"label" : "US States by GSP and population"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/topics/accounts.json",
|
5
|
-
"label" : "Topic: Economic Accounts",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/us-gsp.json",
|
12
|
-
"label" : "US States by GSP and population"
|
13
|
-
}
|
14
|
-
]
|
15
|
-
}
|
16
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/topics/demos.json",
|
5
|
-
"label" : "Topic: Demos",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "collection",
|
11
|
-
"href" : "http://json-stat.org/samples/order.json",
|
12
|
-
"label" : "Demo of value ordering: what does not change, first"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "collection",
|
16
|
-
"href" : "http://json-stat.org/samples/hierarchy.json",
|
17
|
-
"label" : "Demo of hierarchical dimension"
|
18
|
-
}
|
19
|
-
]
|
20
|
-
}
|
21
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/topics/index.json",
|
5
|
-
"label" : "Topics",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "collection",
|
11
|
-
"href" : "http://json-stat.org/samples/topics/population.json",
|
12
|
-
"label" : "Topic: Population"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "collection",
|
16
|
-
"href" : "http://json-stat.org/samples/topics/labor.json",
|
17
|
-
"label" : "Topic: Labor"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"class" : "collection",
|
21
|
-
"href" : "http://json-stat.org/samples/topics/accounts.json",
|
22
|
-
"label" : "Topic: Economic Accounts"
|
23
|
-
},
|
24
|
-
{
|
25
|
-
"class" : "collection",
|
26
|
-
"href" : "http://json-stat.org/samples/topics/demos.json",
|
27
|
-
"label" : "Topic: Demos"
|
28
|
-
}
|
29
|
-
]
|
30
|
-
}
|
31
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/topics/labor.json",
|
5
|
-
"label" : "Topic: Labor",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/oecd.json",
|
12
|
-
"label" : "Unemployment rate in the OECD countries 2003-2014"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/us-unr.json",
|
17
|
-
"label" : "Unemployment Rates by County, 2012 Annual Averages"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"class" : "dataset",
|
21
|
-
"href" : "http://json-stat.org/samples/us-labor.json",
|
22
|
-
"label" : "Labor Force Data by County, 2012 Annual Averages"
|
23
|
-
}
|
24
|
-
]
|
25
|
-
}
|
26
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : "2.0",
|
3
|
-
"class" : "collection",
|
4
|
-
"href" : "http://json-stat.org/samples/topics/population.json",
|
5
|
-
"label" : "Topic: Population",
|
6
|
-
"updated" : "2016-01-01",
|
7
|
-
"link" : {
|
8
|
-
"item" : [
|
9
|
-
{
|
10
|
-
"class" : "dataset",
|
11
|
-
"href" : "http://json-stat.org/samples/canada.json",
|
12
|
-
"label" : "Population by sex and age group. Canada. 2012"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"class" : "dataset",
|
16
|
-
"href" : "http://json-stat.org/samples/galicia.json",
|
17
|
-
"label" : "Population by province of residence, place of birth, age, gender and year in Galicia"
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"class" : "dataset",
|
21
|
-
"href" : "http://json-stat.org/samples/us-gsp.json",
|
22
|
-
"label" : "US States by GSP and population"
|
23
|
-
}
|
24
|
-
]
|
25
|
-
}
|
26
|
-
}
|