Skip to content

Commit 8306cd2

Browse files
authored
Merge pull request #13 from steveoni/descp
add ddescription and title
2 parents 6405cfb + f490ec1 commit 8306cd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datapackage.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
{
2828
"name": "commodity-prices-data",
2929
"path": "data/commodity-prices.csv",
30+
"title": "IMF Commodity Prices Dataset (2005 Index Base)",
31+
"description": "Monthly prices of most commodities (such as fuel, non-fuel, food, industrial inputs e.t.c) from 1980 to 2017.Indices are referenced to 2005=100.",
3032
"schema": {
3133
"fields": [
3234
{
@@ -356,6 +358,8 @@
356358
{
357359
"name": "commodity-prices-data-v2",
358360
"path": "data/commodity-prices_v2.csv",
361+
"title": "IMF Commodity Prices Dataset (2016 Index Base)",
362+
"description": "Updated monthly commodity prices and indices, with 2016 as the base year (2016=100).",
359363
"schema": {
360364
"fields": [
361365
{
@@ -688,6 +692,7 @@
688692
"specType": "simple",
689693
"resources": ["commodity-prices-data"],
690694
"spec": {
695+
"title": "All Commodity Price Index (2005 Base, 1980-2016)",
691696
"type": "line",
692697
"group": "Date",
693698
"series": ["All Commodity Price Index"]
@@ -697,6 +702,7 @@
697702
"specType": "simple",
698703
"resources": ["commodity-prices-data-v2"],
699704
"spec": {
705+
"title": "All Commodity Price Index (2016 Base, Updated)",
700706
"type": "line",
701707
"group": "Date",
702708
"series": ["All Commodity Price Index"]

0 commit comments

Comments
 (0)