Skip to content

Commit

Permalink
BOT; UPDATE DATA (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 10, 2020
1 parent d430938 commit 0911cb1
Showing 1 changed file with 43 additions and 13 deletions.
56 changes: 43 additions & 13 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contacts": {
"date": "2020\/06\/09 13:46",
"date": "2020\/06\/10 13:07",
"data": [
{
"日付": "2020-01-24T09:00:00+09:00",
Expand Down Expand Up @@ -540,7 +540,7 @@
]
},
"patients": {
"date": "2020\/06\/09 13:46",
"date": "2020\/06\/10 13:07",
"data": [
{
"リリース日": "2020-02-29T15:00:00.000Z",
Expand Down Expand Up @@ -2293,11 +2293,35 @@
"性別": "女性",
"退院": "",
"date": "2020-06-08"
},
{
"リリース日": "2020-06-08T15:00:00.000Z",
"居住地": "小倉南区",
"年代": "20代",
"性別": "女性",
"退院": "",
"date": "2020-06-09"
},
{
"リリース日": "2020-06-08T15:00:00.000Z",
"居住地": "若松区",
"年代": "20代",
"性別": "男性",
"退院": "",
"date": "2020-06-09"
},
{
"リリース日": "2020-06-08T15:00:00.000Z",
"居住地": "八幡東区",
"年代": "40代",
"性別": "男性",
"退院": "",
"date": "2020-06-09"
}
]
},
"patients_summary": {
"date": "2020\/06\/09 13:46",
"date": "2020\/06\/10 13:07",
"data": [
{
"日付": "2020-01-23T15:00:00.000Z",
Expand Down Expand Up @@ -2846,6 +2870,10 @@
{
"日付": "2020-06-07T15:00:00.000Z",
"小計": 3
},
{
"日付": "2020-06-08T15:00:00.000Z",
"小計": 3
}
]
},
Expand All @@ -2859,7 +2887,7 @@
]
},
"inspections_summary": {
"date": "2020\/06\/09 13:46",
"date": "2020\/06\/10 13:07",
"data": {
"市内": [
0,
Expand Down Expand Up @@ -2999,6 +3027,7 @@
305,
104,
60,
155,
0
]
},
Expand Down Expand Up @@ -3140,7 +3169,8 @@
"6\/6",
"6\/7",
"6\/8",
"6\/9"
"6\/9",
"6\/10"
]
},
"inspections_persons": {
Expand All @@ -3154,22 +3184,22 @@
"1\/24"
]
},
"lastUpdate": "2020\/06\/09 13:46",
"lastUpdate": "2020\/06\/10 13:07",
"main_summary": {
"attr": "検査実施人数",
"value": 5420,
"value": 5575,
"children": [
{
"attr": "陽性患者数",
"value": 219,
"value": 222,
"children": [
{
"attr": "入院中",
"value": 28,
"value": 34,
"children": [
{
"attr": "無症状",
"value": 3
"value": 4
},
{
"attr": "軽症・中等症",
Expand All @@ -3181,17 +3211,17 @@
},
{
"attr": "確認中",
"value": 17
"value": 22
}
]
},
{
"attr": "自宅療養",
"value": 3
"value": 4
},
{
"attr": "調整中",
"value": 113
"value": 109
},
{
"attr": "死亡",
Expand Down

0 comments on commit 0911cb1

Please sign in to comment.