Skip to content

Commit

Permalink
[BOT] UPDATE DATA 2021-01-08 (stopcovid19-okayama#2308)
Browse files Browse the repository at this point in the history
Co-authored-by: fujiwaraizuho <fujiwaraizuho@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and fujiwaraizuho authored Jan 8, 2021
1 parent 17e6fd8 commit e74a23f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/age.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"90歳以上": 55,
"非公表": 107
},
"last_update": "2021/01/07 23:08"
"last_update": "2021/01/08 11:12"
}
7 changes: 6 additions & 1 deletion data/inspections_summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2021/01/06 23:20",
"date": "2021/01/07 23:20",
"data": [
{
"日付": "2020-02-01T08:00:00.000Z",
Expand Down Expand Up @@ -1705,6 +1705,11 @@
"日付": "2021-01-06T08:00:00.000Z",
"小計": 109,
"7日間平均": 91.1
},
{
"日付": "2021-01-07T08:00:00.000Z",
"小計": 88,
"7日間平均": 72.4
}
]
}
2 changes: 1 addition & 1 deletion data/last_update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"date": "2021/01/07 23:08"
"date": "2021/01/08 11:12"
}
4 changes: 2 additions & 2 deletions data/main_summary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"last_update": "2021/01/07 23:08",
"last_update": "2021/01/08 11:12",
"attr": "検査実施件数",
"value": 9824,
"value": 9912,
"children": [
{
"attr": "陽性者数",
Expand Down
2 changes: 1 addition & 1 deletion data/patients_summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2021/01/07 23:08",
"date": "2021/01/07 23:20",
"data": [
{
"日付": "2020-03-22T08:00:00.000Z",
Expand Down
9 changes: 8 additions & 1 deletion data/positive_rate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update": "2021/01/07 23:08",
"last_update": "2021/01/08 11:12",
"data": [
{
"diagnosed_date": "2020-03-22T08:00:00.000Z",
Expand Down Expand Up @@ -2037,6 +2037,13 @@
"negative_count": 50,
"positive_rate": 38.1,
"weekly_average_diagnosed_count": 91.1
},
{
"diagnosed_date": "2021-01-07T08:00:00.000Z",
"positive_count": 66,
"negative_count": 22,
"positive_rate": 56.5,
"weekly_average_diagnosed_count": 72.4
}
]
}

0 comments on commit e74a23f

Please sign in to comment.