Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
update json data 2022-01-12T11:28:20Z (#1828)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jan 12, 2022
1 parent 3ced649 commit 554edee
Show file tree
Hide file tree
Showing 11 changed files with 1,334 additions and 62 deletions.
20 changes: 10 additions & 10 deletions data/age.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"data": {
"10歳未満": 4760,
"10代": 9311,
"20代": 16370,
"30代": 10945,
"40代": 12106,
"50代": 10727,
"60代": 5620,
"70代": 4975,
"80代": 3570,
"10歳未満": 4765,
"10代": 9332,
"20代": 16406,
"30代": 10956,
"40代": 12125,
"50代": 10742,
"60代": 5622,
"70代": 4976,
"80代": 3572,
"90歳以上": 1440,
"非公表": 48
},
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
36 changes: 24 additions & 12 deletions data/age_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@
8,
9,
13,
12
12,
5
],
"10代": [
0,
Expand Down Expand Up @@ -1364,7 +1365,8 @@
22,
36,
32,
26
26,
21
],
"20代": [
0,
Expand Down Expand Up @@ -2047,7 +2049,8 @@
59,
104,
61,
52
52,
36
],
"30代": [
0,
Expand Down Expand Up @@ -2730,7 +2733,8 @@
20,
25,
26,
23
23,
11
],
"40代": [
1,
Expand Down Expand Up @@ -3413,7 +3417,8 @@
10,
26,
16,
16
16,
19
],
"50代": [
0,
Expand Down Expand Up @@ -4096,7 +4101,8 @@
13,
23,
30,
20
20,
15
],
"60代": [
0,
Expand Down Expand Up @@ -4778,8 +4784,9 @@
8,
5,
10,
13,
11
12,
11,
3
],
"70代": [
0,
Expand Down Expand Up @@ -5462,7 +5469,8 @@
1,
4,
3,
4
4,
1
],
"80代": [
0,
Expand Down Expand Up @@ -6145,6 +6153,7 @@
4,
8,
7,
2,
2
],
"90歳以上": [
Expand Down Expand Up @@ -6828,7 +6837,8 @@
0,
0,
0,
1
1,
0
],
"非公表": [
0,
Expand Down Expand Up @@ -7511,6 +7521,7 @@
0,
0,
0,
0,
0
]
},
Expand Down Expand Up @@ -8195,7 +8206,8 @@
"2022-01-07",
"2022-01-08",
"2022-01-09",
"2022-01-10"
"2022-01-10",
"2022-01-11"
],
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
8 changes: 6 additions & 2 deletions data/current_patients.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,12 +2838,16 @@
},
{
"日付": "2022-01-09T00:00:00+09:00",
"小計": 179
"小計": 178
},
{
"日付": "2022-01-10T00:00:00+09:00",
"小計": 166
},
{
"日付": "2022-01-11T00:00:00+09:00",
"小計": 112
}
],
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
13 changes: 11 additions & 2 deletions data/inspections.json
Original file line number Diff line number Diff line change
Expand Up @@ -6388,7 +6388,7 @@
"PCR検査": 763,
"抗原検査": 388
},
"陽性確認": 201
"陽性確認": 200
},
{
"判明日": "2022-01-10",
Expand All @@ -6398,7 +6398,16 @@
"抗原検査": 190
},
"陽性確認": 167
},
{
"判明日": "2022-01-11",
"地方衛生研究所等": 172,
"民間検査機関等": {
"PCR検査": 1990,
"抗原検査": 707
},
"陽性確認": 113
}
],
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
11 changes: 7 additions & 4 deletions data/inspections_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,8 @@
241,
306,
300,
184
184,
172
],
"民間検査機関等": [
0,
Expand Down Expand Up @@ -1424,7 +1425,8 @@
2304,
1964,
1151,
828
828,
2697
]
},
"labels": [
Expand Down Expand Up @@ -2138,7 +2140,8 @@
"2022-01-07",
"2022-01-08",
"2022-01-09",
"2022-01-10"
"2022-01-10",
"2022-01-11"
],
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
2 changes: 1 addition & 1 deletion data/last_update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"last_update": "2022-01-11T15:07:00+09:00"
"last_update": "2022-01-12T15:07:00+09:00"
}
20 changes: 10 additions & 10 deletions data/main_summary.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"attr": "検査実施人数",
"value": 886238,
"value": 889107,
"children": [
{
"attr": "陽性患者数",
"value": 79871,
"value": 79983,
"children": [
{
"attr": "入院中",
"value": 192,
"value": 241,
"children": [
{
"attr": "軽症・中等症",
"value": 191
"value": 240
},
{
"attr": "重症",
Expand All @@ -22,21 +22,21 @@
},
{
"attr": "宿泊療養",
"value": 322
"value": 378
},
{
"attr": "入院・宿泊療養調整等",
"value": 73,
"value": 59,
"children": [
{
"attr": "入院調整",
"value": 13
"value": 5
}
]
},
{
"attr": "自宅療養",
"value": 323
"value": 343
},
{
"attr": "その他医療機関福祉施設等",
Expand All @@ -48,10 +48,10 @@
},
{
"attr": "退院",
"value": 77563
"value": 77564
}
]
}
],
"last_update": "2022-01-11T00:00:00+09:00"
"last_update": "2022-01-12T00:00:00+09:00"
}
Loading

0 comments on commit 554edee

Please sign in to comment.