Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT; UPDATE DATA to master #230

Merged
merged 1 commit into from
May 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 75 additions & 9 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contacts": {
"date": "2020\/05\/25 13:05",
"date": "2020\/05\/26 13:06",
"data": [
{
"日付": "2020-01-24T09:00:00.000Z",
Expand Down Expand Up @@ -477,6 +477,18 @@
{
"日付": "2020-05-21T09:00:00.000Z",
"小計": 80
},
{
"日付": "2020-05-22T09:00:00.000Z",
"小計": 86
},
{
"日付": "2020-05-23T09:00:00.000Z",
"小計": 76
},
{
"日付": "2020-05-24T09:00:00.000Z",
"小計": 124
}
]
},
Expand All @@ -496,7 +508,7 @@
]
},
"patients": {
"date": "2020\/05\/25 13:05",
"date": "2020\/05\/26 13:06",
"data": [
{
"リリース日": "2020-02-29T15:00:00.000Z",
Expand Down Expand Up @@ -1153,11 +1165,59 @@
"性別": "女性",
"退院": "",
"date": "2020-05-24"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "門司区",
"年代": "80代",
"性別": "女性",
"退院": "",
"date": "2020-05-25"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "門司区",
"年代": "60代",
"性別": "女性",
"退院": "",
"date": "2020-05-25"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "門司区",
"年代": "70代",
"性別": "男性",
"退院": "",
"date": "2020-05-25"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "小倉北区",
"年代": "80代",
"性別": "男性",
"退院": "",
"date": "2020-05-25"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "小倉南区",
"年代": "10代",
"性別": "男性",
"退院": "",
"date": "2020-05-25"
},
{
"リリース日": "2020-05-24T15:00:00.000Z",
"居住地": "門司区",
"年代": "50代",
"性別": "女性",
"退院": "",
"date": "2020-05-25"
}
]
},
"patients_summary": {
"date": "2020\/05\/25 13:05",
"date": "2020\/05\/26 13:06",
"data": [
{
"日付": "2020-01-23T15:00:00.000Z",
Expand Down Expand Up @@ -1649,6 +1709,10 @@
},
{
"日付": "2020-05-24T15:00:00.000Z",
"小計": 6
},
{
"日付": "2020-05-25T15:00:00.000Z",
"小計": 0
}
]
Expand All @@ -1663,7 +1727,7 @@
]
},
"inspections_summary": {
"date": "2020\/05\/25 13:05",
"date": "2020\/05\/26 13:06",
"data": {
"市内": [
0,
Expand Down Expand Up @@ -1788,6 +1852,7 @@
11,
16,
6,
26,
0
]
},
Expand Down Expand Up @@ -1914,7 +1979,8 @@
"5\/22",
"5\/23",
"5\/24",
"5\/25"
"5\/25",
"5\/26"
]
},
"inspections_persons": {
Expand All @@ -1928,18 +1994,18 @@
"1\/24"
]
},
"lastUpdate": "2020\/05\/25 13:05",
"lastUpdate": "2020\/05\/26 13:06",
"main_summary": {
"attr": "検査実施人数",
"value": 3141,
"value": 3167,
"children": [
{
"attr": "陽性患者数",
"value": 82,
"value": 88,
"children": [
{
"attr": "入院中",
"value": 9,
"value": 15,
"children": [
{
"attr": "軽症・中等症",
Expand Down