Skip to content
Open
Show file tree
Hide file tree
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
23 changes: 12 additions & 11 deletions data/age.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"data": {
"10歳未満": 5,
"10代": 16,
"20代": 55,
"30代": 54,
"40代": 77,
"50代": 72,
"60代": 45,
"70代": 40,
"80代": 36,
"90代以上": 3
"10歳未満": 6,
"10代": 24,
"20代": 84,
"30代": 71,
"40代": 105,
"50代": 110,
"60代": 60,
"70代": 51,
"80代": 42,
"90歳以上": 6,
"非公表": 1
},
"last_update": "2020-04-15T00:00:00+09:00"
"last_update": "2020-04-23T00:00:00+09:00"
}
169 changes: 156 additions & 13 deletions data/age_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@
0,
1,
0,
3
3,
1,
0,
0,
0,
0,
0,
0,
0
],
"10代": [
0,
Expand Down Expand Up @@ -92,7 +100,15 @@
1,
1,
1,
2
2,
2,
0,
4,
1,
0,
1,
0,
0
],
"20代": [
0,
Expand Down Expand Up @@ -139,7 +155,15 @@
9,
2,
2,
2
2,
4,
5,
5,
3,
2,
3,
3,
4
],
"30代": [
0,
Expand Down Expand Up @@ -186,7 +210,15 @@
7,
5,
1,
2
2,
0,
2,
3,
4,
1,
0,
3,
4
],
"40代": [
1,
Expand Down Expand Up @@ -228,12 +260,20 @@
2,
6,
2,
8,
7,
8,
11,
3,
1,
3
3,
4,
11,
2,
4,
2,
1,
4,
1
],
"50代": [
0,
Expand Down Expand Up @@ -275,12 +315,20 @@
1,
3,
6,
5,
6,
7,
9,
2,
4,
3
3,
4,
6,
5,
4,
3,
4,
5,
6
],
"60代": [
0,
Expand Down Expand Up @@ -327,7 +375,15 @@
1,
2,
0,
2
2,
3,
5,
1,
3,
0,
1,
2,
0
],
"70代": [
0,
Expand Down Expand Up @@ -374,7 +430,15 @@
4,
0,
0,
2
2,
1,
2,
2,
1,
2,
0,
2,
1
],
"80代": [
0,
Expand Down Expand Up @@ -421,9 +485,17 @@
0,
1,
0,
0,
0,
0,
3,
1,
1,
1,
0,
0
],
"90代以上": [
"90歳以上": [
0,
0,
0,
Expand Down Expand Up @@ -468,6 +540,69 @@
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
1
],
"非公表": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
]
},
Expand Down Expand Up @@ -516,7 +651,15 @@
"4/11",
"4/12",
"4/13",
"4/14"
"4/14",
"4/15",
"4/16",
"4/17",
"4/18",
"4/19",
"4/20",
"4/21",
"4/22"
],
"last_update": "2020-04-15T00:00:00+09:00"
"last_update": "2020-04-23T00:00:00+09:00"
}
Loading