Browse Source

[data][xl]: update datapackage.json and add new resource re total data per country.

master
anuveyatsu 4 years ago
parent
commit
0297da607e
2 changed files with 10486 additions and 3 deletions
  1. +10432
    -0
      data/countries-aggregated.csv
  2. +54
    -3
      datapackage.json

+ 10432
- 0
data/countries-aggregated.csv
File diff suppressed because it is too large
View File


+ 54
- 3
datapackage.json View File

@ -1,7 +1,7 @@
{ {
"bytes": 1505482,
"count_of_rows": 29768,
"hash": "ac8c0b4052b0175a92bedfded90f85e2",
"bytes": 1796366,
"count_of_rows": 40199,
"hash": "a0c947ee02ae0feabc93c3a7dc4d2a52",
"name": "covid-19", "name": "covid-19",
"profile": "data-package", "profile": "data-package",
"resources": [ "resources": [
@ -80,6 +80,57 @@
] ]
} }
}, },
{
"bytes": 290884,
"dialect": {
"delimiter": ",",
"doubleQuote": true,
"lineTerminator": "\r\n",
"quoteChar": "\"",
"skipInitialSpace": false
},
"encoding": "utf-8",
"format": "csv",
"hash": "c13f9c5f7cd0254ef149c378c3a10902",
"name": "countries-aggregated",
"path": "data/countries-aggregated.csv",
"profile": "data-resource",
"schema": {
"fields": [
{
"format": "%Y-%m-%d",
"name": "Date",
"type": "date"
},
{
"format": "default",
"name": "Country",
"type": "string"
},
{
"format": "default",
"groupChar": "",
"name": "Confirmed",
"title": "Cumulative total confirmed cases to date",
"type": "integer"
},
{
"format": "default",
"groupChar": "",
"name": "Recovered",
"title": "Cumulative total recovered cases to date",
"type": "integer"
},
{
"format": "default",
"groupChar": "",
"name": "Deaths",
"title": "Cumulative total deaths to date",
"type": "integer"
}
]
}
},
{ {
"bytes": 1739, "bytes": 1739,
"dialect": { "dialect": {


Loading…
Cancel
Save