Browse Source

[datapackage][s]: add column descriptions for main time series.

master
Rufus Pollock 4 years ago
parent
commit
0f03ca634d
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      datapackage.json

+ 4
- 1
datapackage.json View File

@ -58,6 +58,7 @@
"format": "default",
"groupChar": "",
"name": "Confirmed",
"title": "Cumulative total confirmed cases to date",
"type": "number"
},
{
@ -65,6 +66,7 @@
"format": "default",
"groupChar": "",
"name": "Recovered",
"title": "Cumulative total recovered cases to date",
"type": "number"
},
{
@ -72,6 +74,7 @@
"format": "default",
"groupChar": "",
"name": "Deaths",
"title": "Cumulative total deaths to date",
"type": "number"
}
],
@ -125,4 +128,4 @@
}
],
"title": "Novel Coronavirus 2019"
}
}

Loading…
Cancel
Save