Release 2026.08.6: population by five-year age class, 2015-2026 (source commit 21d3dd20)
Browse files- .gitattributes +1 -0
- README.md +17 -3
- checksums.sha256 +17 -15
- manifest.json +40 -24
- municipalities.parquet +1 -1
- municipalities_city_level.parquet +1 -1
- municipality_code_changes.parquet +1 -1
- municipality_join_keys.parquet +1 -1
- municipality_name_lookup.parquet +1 -1
- quality.json +39 -2
- reproduction.zip.bin +2 -2
- resident_register_age.csv +3 -0
- resident_register_age.parquet +3 -0
- resident_register_annual.parquet +1 -1
- resident_register_population_wide.parquet +1 -1
- schema.json +360 -1
- sources.json +132 -0
- ssds_indicators.parquet +1 -1
- ssds_indicators_wide.parquet +1 -1
.gitattributes
CHANGED
|
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
resident_register_annual.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
resident_register_annual.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
resident_register_age.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -24,6 +24,8 @@ configs:
|
|
| 24 |
data_files: resident_register_annual.parquet
|
| 25 |
- config_name: resident_register_population_wide
|
| 26 |
data_files: resident_register_population_wide.parquet
|
|
|
|
|
|
|
| 27 |
tags:
|
| 28 |
- japan
|
| 29 |
- municipalities
|
|
@@ -34,7 +36,7 @@ tags:
|
|
| 34 |
|
| 35 |
# Japan Municipal Open Data Atlas 2026
|
| 36 |
|
| 37 |
-
> Release status: **public release `2026.08.
|
| 38 |
> after the recorded provenance, reproducibility, and cross-platform checks passed.
|
| 39 |
|
| 40 |
Official statistics for every Japanese municipality, already joined, typed, and
|
|
@@ -102,6 +104,18 @@ Time-series tables:
|
|
| 102 |
trend read. 1,915 areas have all
|
| 103 |
13 years; the rest state their missing years
|
| 104 |
rather than carrying an imputed value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
Two caveats travel with these tables. `area_is_smaller_than_current` marks the
|
| 107 |
1 area-year where a
|
|
@@ -251,7 +265,7 @@ records source URLs, retrieval timestamps, publication timestamps, file sizes,
|
|
| 251 |
and SHA-256 checksums. This project edited and processed those source tables;
|
| 252 |
e-Stat is not responsible for the transformed output.
|
| 253 |
|
| 254 |
-
Source code revision: `
|
| 255 |
|
| 256 |
## Coverage and missing values
|
| 257 |
|
|
@@ -334,7 +348,7 @@ The code in `reproduction.zip.bin` is provided under the MIT License.
|
|
| 334 |
## Suggested citation
|
| 335 |
|
| 336 |
Hayashi, Yusuke (2026). *Japan Municipal Open Data Atlas 2026*, release
|
| 337 |
-
`2026.08.
|
| 338 |
Also cite e-Stat and the producing ministry/statistic for reused source values.
|
| 339 |
|
| 340 |
## Development disclosure
|
|
|
|
| 24 |
data_files: resident_register_annual.parquet
|
| 25 |
- config_name: resident_register_population_wide
|
| 26 |
data_files: resident_register_population_wide.parquet
|
| 27 |
+
- config_name: resident_register_age
|
| 28 |
+
data_files: resident_register_age.parquet
|
| 29 |
tags:
|
| 30 |
- japan
|
| 31 |
- municipalities
|
|
|
|
| 36 |
|
| 37 |
# Japan Municipal Open Data Atlas 2026
|
| 38 |
|
| 39 |
+
> Release status: **public release `2026.08.6`**. This release was approved
|
| 40 |
> after the recorded provenance, reproducibility, and cross-platform checks passed.
|
| 41 |
|
| 42 |
Official statistics for every Japanese municipality, already joined, typed, and
|
|
|
|
| 104 |
trend read. 1,915 areas have all
|
| 105 |
13 years; the rest state their missing years
|
| 106 |
rather than carrying an imputed value.
|
| 107 |
+
- `resident_register_age`: 69,084 rows of population by
|
| 108 |
+
five-year age class, one row per area per survey year per published sex row,
|
| 109 |
+
covering 2015–2026.
|
| 110 |
+
The source publishes the total and the two sexes independently, so `sex = total`
|
| 111 |
+
is an official value rather than male plus female. Two columns say where the
|
| 112 |
+
parts do not reach the whole: `age_unaccounted` counts residents the twenty-one
|
| 113 |
+
classes do not cover, because the source withholds age detail for foreign
|
| 114 |
+
residents in some municipalities and counts residents of unknown age in the
|
| 115 |
+
total only; `age_sex_unspecified` counts residents the male and female rows do
|
| 116 |
+
not cover, which first appears in the 2025 edition. Decide which denominator an
|
| 117 |
+
age share uses before computing one. 2014 is excluded because it stops at a
|
| 118 |
+
single 80-and-over class.
|
| 119 |
|
| 120 |
Two caveats travel with these tables. `area_is_smaller_than_current` marks the
|
| 121 |
1 area-year where a
|
|
|
|
| 265 |
and SHA-256 checksums. This project edited and processed those source tables;
|
| 266 |
e-Stat is not responsible for the transformed output.
|
| 267 |
|
| 268 |
+
Source code revision: `21d3dd20e575ebf9a66a4d21de044b348961b04c`. Schema version: `1.5.0`.
|
| 269 |
|
| 270 |
## Coverage and missing values
|
| 271 |
|
|
|
|
| 348 |
## Suggested citation
|
| 349 |
|
| 350 |
Hayashi, Yusuke (2026). *Japan Municipal Open Data Atlas 2026*, release
|
| 351 |
+
`2026.08.6`, schema `1.5.0`. Kaggle and Hugging Face.
|
| 352 |
Also cite e-Stat and the producing ministry/statistic for reused source values.
|
| 353 |
|
| 354 |
## Development disclosure
|
checksums.sha256
CHANGED
|
@@ -1,24 +1,26 @@
|
|
| 1 |
-
|
| 2 |
528733d4a8ee3df07c8c7359cc6763b2b150cd1b78cb42f81452ed0fb6c939b7 municipalities.csv
|
| 3 |
-
|
| 4 |
cc0f4dd0edc09f710ab22b42124179ef1246ee93d4cc5e04a4527ce9b781d85b municipalities_city_level.csv
|
| 5 |
-
|
| 6 |
db778d27a7797170188f9a6b9347739493d898875907f80afdb810bf12ffed78 municipality_code_changes.csv
|
| 7 |
-
|
| 8 |
7dcc4727a4ddfb600ee8e7747055f8a571812448c184a36cfd5456f521142287 municipality_join_keys.csv
|
| 9 |
-
|
| 10 |
7add69afd62c72c1f55b0e5ea976c808039a3e53798e9ef48b1feca31499e3df municipality_name_lookup.csv
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
c05b5bbb311338db6367e807cf96737de9e77db3e331a8cb38aa7d2fb8f482b7 resident_register_annual.csv
|
| 16 |
-
|
| 17 |
e6de88eb867a7fe8b7cb8422cd45eb510877177e41935495c4cdc579a3730f84 resident_register_population_wide.csv
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
cbad1e71c3650574581437cf62559e9d1681de266e7a6da13a0f47aadaab1060 ssds_indicators.csv
|
| 22 |
-
|
| 23 |
835947fc67679f40926ca42bcbaba8f45c40638e20c90c14c6e758ea9c1fb28e ssds_indicators_wide.csv
|
| 24 |
-
|
|
|
|
| 1 |
+
7a654269dccc3848d21b49fda952bc1225b57235040981f0657a4c9dc5602cc2 manifest.json
|
| 2 |
528733d4a8ee3df07c8c7359cc6763b2b150cd1b78cb42f81452ed0fb6c939b7 municipalities.csv
|
| 3 |
+
77471a02543a3c2e92d76cfd2fd5d26529bac254730e4e2f9fa7810a3a271670 municipalities.parquet
|
| 4 |
cc0f4dd0edc09f710ab22b42124179ef1246ee93d4cc5e04a4527ce9b781d85b municipalities_city_level.csv
|
| 5 |
+
5af2a1c7a790457aef9e8f4ac78f1a5713cc26bbaee9579f68bd35c63e77d9da municipalities_city_level.parquet
|
| 6 |
db778d27a7797170188f9a6b9347739493d898875907f80afdb810bf12ffed78 municipality_code_changes.csv
|
| 7 |
+
eb84dec4f30ab929cacfa2d41bdf616514be188117170c40c0a8d4cf8476ebea municipality_code_changes.parquet
|
| 8 |
7dcc4727a4ddfb600ee8e7747055f8a571812448c184a36cfd5456f521142287 municipality_join_keys.csv
|
| 9 |
+
459ba5092c0d2d5bb38ec6596983df186bf4aaf778db69b72730580a02c308aa municipality_join_keys.parquet
|
| 10 |
7add69afd62c72c1f55b0e5ea976c808039a3e53798e9ef48b1feca31499e3df municipality_name_lookup.csv
|
| 11 |
+
be417ce15181369edde8c2741a71c408ee78f5079f4376fd9fccc2f0d5981304 municipality_name_lookup.parquet
|
| 12 |
+
1fe4d4bce5f3e75be91dc6dcb4695d065f1055e092278463db8d68b44ca49045 quality.json
|
| 13 |
+
928522e2ab89d252576d752c25240e6f8fc297df4fcea54eef2aac560099ab93 README.md
|
| 14 |
+
3fa9260baaac0c58366b78ca8e149b6ae40bc72228a080284ef000d96655161c reproduction.zip.bin
|
| 15 |
+
50995eb7a2f6de0a73d094eb088c67ec58585cf04e43ae4782df96bcd2624a81 resident_register_age.csv
|
| 16 |
+
e14f95f702995d2c28da5707cc44833f64ac64c2ed79e66c270a9305a7efb149 resident_register_age.parquet
|
| 17 |
c05b5bbb311338db6367e807cf96737de9e77db3e331a8cb38aa7d2fb8f482b7 resident_register_annual.csv
|
| 18 |
+
aaf786f87bfe3baed83e82a78809ec7915494e4f7834c1966b42d1c044356ef4 resident_register_annual.parquet
|
| 19 |
e6de88eb867a7fe8b7cb8422cd45eb510877177e41935495c4cdc579a3730f84 resident_register_population_wide.csv
|
| 20 |
+
f4c9b62b70e69ef7997710bddf68e6a373a5b52ae20820160c352edf5c5418cf resident_register_population_wide.parquet
|
| 21 |
+
0bbe3fd06886f48a687081ba51ab846e8ccf88f52de1f4154d553f473f4e260c schema.json
|
| 22 |
+
59a25d3aa038aa24bfa82904fb539340b29dcf78f2407118c92f3adf2a56b6d8 sources.json
|
| 23 |
cbad1e71c3650574581437cf62559e9d1681de266e7a6da13a0f47aadaab1060 ssds_indicators.csv
|
| 24 |
+
bb486c11aaf2276ca8892482a92a89ec4f7dcd28ee343e86bb6066ca946ebe3d ssds_indicators.parquet
|
| 25 |
835947fc67679f40926ca42bcbaba8f45c40638e20c90c14c6e758ea9c1fb28e ssds_indicators_wide.csv
|
| 26 |
+
10aad8038329d7b36958c0b29f01be4489ed322f08b02f7d17ce89b30c0554ad ssds_indicators_wide.parquet
|
manifest.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"distribution": {
|
| 3 |
"layout": "flat",
|
| 4 |
-
"source_candidate_checksums_sha256": "
|
| 5 |
-
"source_candidate_manifest_sha256": "
|
| 6 |
"visibility": "public"
|
| 7 |
},
|
| 8 |
"files": {
|
| 9 |
"README.md": {
|
| 10 |
-
"sha256": "
|
| 11 |
-
"size_bytes":
|
| 12 |
},
|
| 13 |
"municipalities.csv": {
|
| 14 |
"sha256": "528733d4a8ee3df07c8c7359cc6763b2b150cd1b78cb42f81452ed0fb6c939b7",
|
| 15 |
"size_bytes": 1213851
|
| 16 |
},
|
| 17 |
"municipalities.parquet": {
|
| 18 |
-
"sha256": "
|
| 19 |
"size_bytes": 385950
|
| 20 |
},
|
| 21 |
"municipalities_city_level.csv": {
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"size_bytes": 1098412
|
| 24 |
},
|
| 25 |
"municipalities_city_level.parquet": {
|
| 26 |
-
"sha256": "
|
| 27 |
"size_bytes": 352763
|
| 28 |
},
|
| 29 |
"municipality_code_changes.csv": {
|
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"size_bytes": 298746
|
| 32 |
},
|
| 33 |
"municipality_code_changes.parquet": {
|
| 34 |
-
"sha256": "
|
| 35 |
"size_bytes": 70907
|
| 36 |
},
|
| 37 |
"municipality_join_keys.csv": {
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"size_bytes": 569825
|
| 40 |
},
|
| 41 |
"municipality_join_keys.parquet": {
|
| 42 |
-
"sha256": "
|
| 43 |
"size_bytes": 147987
|
| 44 |
},
|
| 45 |
"municipality_name_lookup.csv": {
|
|
@@ -47,23 +47,31 @@
|
|
| 47 |
"size_bytes": 1592988
|
| 48 |
},
|
| 49 |
"municipality_name_lookup.parquet": {
|
| 50 |
-
"sha256": "
|
| 51 |
"size_bytes": 177315
|
| 52 |
},
|
| 53 |
"quality.json": {
|
| 54 |
-
"sha256": "
|
| 55 |
-
"size_bytes":
|
| 56 |
},
|
| 57 |
"reproduction.zip.bin": {
|
| 58 |
-
"sha256": "
|
| 59 |
-
"size_bytes":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
},
|
| 61 |
"resident_register_annual.csv": {
|
| 62 |
"sha256": "c05b5bbb311338db6367e807cf96737de9e77db3e331a8cb38aa7d2fb8f482b7",
|
| 63 |
"size_bytes": 12063074
|
| 64 |
},
|
| 65 |
"resident_register_annual.parquet": {
|
| 66 |
-
"sha256": "
|
| 67 |
"size_bytes": 2069356
|
| 68 |
},
|
| 69 |
"resident_register_population_wide.csv": {
|
|
@@ -71,23 +79,23 @@
|
|
| 71 |
"size_bytes": 313406
|
| 72 |
},
|
| 73 |
"resident_register_population_wide.parquet": {
|
| 74 |
-
"sha256": "
|
| 75 |
"size_bytes": 142775
|
| 76 |
},
|
| 77 |
"schema.json": {
|
| 78 |
-
"sha256": "
|
| 79 |
-
"size_bytes":
|
| 80 |
},
|
| 81 |
"sources.json": {
|
| 82 |
-
"sha256": "
|
| 83 |
-
"size_bytes":
|
| 84 |
},
|
| 85 |
"ssds_indicators.csv": {
|
| 86 |
"sha256": "cbad1e71c3650574581437cf62559e9d1681de266e7a6da13a0f47aadaab1060",
|
| 87 |
"size_bytes": 10335687
|
| 88 |
},
|
| 89 |
"ssds_indicators.parquet": {
|
| 90 |
-
"sha256": "
|
| 91 |
"size_bytes": 170790
|
| 92 |
},
|
| 93 |
"ssds_indicators_wide.csv": {
|
|
@@ -95,7 +103,7 @@
|
|
| 95 |
"size_bytes": 287277
|
| 96 |
},
|
| 97 |
"ssds_indicators_wide.parquet": {
|
| 98 |
-
"sha256": "
|
| 99 |
"size_bytes": 112272
|
| 100 |
}
|
| 101 |
},
|
|
@@ -111,9 +119,9 @@
|
|
| 111 |
],
|
| 112 |
"license": "CC-BY-4.0",
|
| 113 |
"release_date": "2026-08-08",
|
| 114 |
-
"release_id": "2026.08.
|
| 115 |
-
"schema_version": "1.
|
| 116 |
-
"source_commit": "
|
| 117 |
"status": "released",
|
| 118 |
"title": "Japan Municipal Open Data Atlas 2026"
|
| 119 |
},
|
|
@@ -158,6 +166,14 @@
|
|
| 158 |
},
|
| 159 |
"rows": 16192
|
| 160 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
"resident_register_annual": {
|
| 162 |
"columns": 55,
|
| 163 |
"files": {
|
|
|
|
| 1 |
{
|
| 2 |
"distribution": {
|
| 3 |
"layout": "flat",
|
| 4 |
+
"source_candidate_checksums_sha256": "2cb02b502d26623b5df227ff234f487e08b8f42b21cd3779834d4c1bddcbc57f",
|
| 5 |
+
"source_candidate_manifest_sha256": "9d943a4132f53e778bfb408aa0b9b0758950a9a320eabc1a57d6caaf612c7067",
|
| 6 |
"visibility": "public"
|
| 7 |
},
|
| 8 |
"files": {
|
| 9 |
"README.md": {
|
| 10 |
+
"sha256": "928522e2ab89d252576d752c25240e6f8fc297df4fcea54eef2aac560099ab93",
|
| 11 |
+
"size_bytes": 17205
|
| 12 |
},
|
| 13 |
"municipalities.csv": {
|
| 14 |
"sha256": "528733d4a8ee3df07c8c7359cc6763b2b150cd1b78cb42f81452ed0fb6c939b7",
|
| 15 |
"size_bytes": 1213851
|
| 16 |
},
|
| 17 |
"municipalities.parquet": {
|
| 18 |
+
"sha256": "77471a02543a3c2e92d76cfd2fd5d26529bac254730e4e2f9fa7810a3a271670",
|
| 19 |
"size_bytes": 385950
|
| 20 |
},
|
| 21 |
"municipalities_city_level.csv": {
|
|
|
|
| 23 |
"size_bytes": 1098412
|
| 24 |
},
|
| 25 |
"municipalities_city_level.parquet": {
|
| 26 |
+
"sha256": "5af2a1c7a790457aef9e8f4ac78f1a5713cc26bbaee9579f68bd35c63e77d9da",
|
| 27 |
"size_bytes": 352763
|
| 28 |
},
|
| 29 |
"municipality_code_changes.csv": {
|
|
|
|
| 31 |
"size_bytes": 298746
|
| 32 |
},
|
| 33 |
"municipality_code_changes.parquet": {
|
| 34 |
+
"sha256": "eb84dec4f30ab929cacfa2d41bdf616514be188117170c40c0a8d4cf8476ebea",
|
| 35 |
"size_bytes": 70907
|
| 36 |
},
|
| 37 |
"municipality_join_keys.csv": {
|
|
|
|
| 39 |
"size_bytes": 569825
|
| 40 |
},
|
| 41 |
"municipality_join_keys.parquet": {
|
| 42 |
+
"sha256": "459ba5092c0d2d5bb38ec6596983df186bf4aaf778db69b72730580a02c308aa",
|
| 43 |
"size_bytes": 147987
|
| 44 |
},
|
| 45 |
"municipality_name_lookup.csv": {
|
|
|
|
| 47 |
"size_bytes": 1592988
|
| 48 |
},
|
| 49 |
"municipality_name_lookup.parquet": {
|
| 50 |
+
"sha256": "be417ce15181369edde8c2741a71c408ee78f5079f4376fd9fccc2f0d5981304",
|
| 51 |
"size_bytes": 177315
|
| 52 |
},
|
| 53 |
"quality.json": {
|
| 54 |
+
"sha256": "1fe4d4bce5f3e75be91dc6dcb4695d065f1055e092278463db8d68b44ca49045",
|
| 55 |
+
"size_bytes": 20850
|
| 56 |
},
|
| 57 |
"reproduction.zip.bin": {
|
| 58 |
+
"sha256": "3fa9260baaac0c58366b78ca8e149b6ae40bc72228a080284ef000d96655161c",
|
| 59 |
+
"size_bytes": 732603
|
| 60 |
+
},
|
| 61 |
+
"resident_register_age.csv": {
|
| 62 |
+
"sha256": "50995eb7a2f6de0a73d094eb088c67ec58585cf04e43ae4782df96bcd2624a81",
|
| 63 |
+
"size_bytes": 27970824
|
| 64 |
+
},
|
| 65 |
+
"resident_register_age.parquet": {
|
| 66 |
+
"sha256": "e14f95f702995d2c28da5707cc44833f64ac64c2ed79e66c270a9305a7efb149",
|
| 67 |
+
"size_bytes": 3841523
|
| 68 |
},
|
| 69 |
"resident_register_annual.csv": {
|
| 70 |
"sha256": "c05b5bbb311338db6367e807cf96737de9e77db3e331a8cb38aa7d2fb8f482b7",
|
| 71 |
"size_bytes": 12063074
|
| 72 |
},
|
| 73 |
"resident_register_annual.parquet": {
|
| 74 |
+
"sha256": "aaf786f87bfe3baed83e82a78809ec7915494e4f7834c1966b42d1c044356ef4",
|
| 75 |
"size_bytes": 2069356
|
| 76 |
},
|
| 77 |
"resident_register_population_wide.csv": {
|
|
|
|
| 79 |
"size_bytes": 313406
|
| 80 |
},
|
| 81 |
"resident_register_population_wide.parquet": {
|
| 82 |
+
"sha256": "f4c9b62b70e69ef7997710bddf68e6a373a5b52ae20820160c352edf5c5418cf",
|
| 83 |
"size_bytes": 142775
|
| 84 |
},
|
| 85 |
"schema.json": {
|
| 86 |
+
"sha256": "0bbe3fd06886f48a687081ba51ab846e8ccf88f52de1f4154d553f473f4e260c",
|
| 87 |
+
"size_bytes": 90247
|
| 88 |
},
|
| 89 |
"sources.json": {
|
| 90 |
+
"sha256": "59a25d3aa038aa24bfa82904fb539340b29dcf78f2407118c92f3adf2a56b6d8",
|
| 91 |
+
"size_bytes": 18779
|
| 92 |
},
|
| 93 |
"ssds_indicators.csv": {
|
| 94 |
"sha256": "cbad1e71c3650574581437cf62559e9d1681de266e7a6da13a0f47aadaab1060",
|
| 95 |
"size_bytes": 10335687
|
| 96 |
},
|
| 97 |
"ssds_indicators.parquet": {
|
| 98 |
+
"sha256": "bb486c11aaf2276ca8892482a92a89ec4f7dcd28ee343e86bb6066ca946ebe3d",
|
| 99 |
"size_bytes": 170790
|
| 100 |
},
|
| 101 |
"ssds_indicators_wide.csv": {
|
|
|
|
| 103 |
"size_bytes": 287277
|
| 104 |
},
|
| 105 |
"ssds_indicators_wide.parquet": {
|
| 106 |
+
"sha256": "10aad8038329d7b36958c0b29f01be4489ed322f08b02f7d17ce89b30c0554ad",
|
| 107 |
"size_bytes": 112272
|
| 108 |
}
|
| 109 |
},
|
|
|
|
| 119 |
],
|
| 120 |
"license": "CC-BY-4.0",
|
| 121 |
"release_date": "2026-08-08",
|
| 122 |
+
"release_id": "2026.08.6",
|
| 123 |
+
"schema_version": "1.5.0",
|
| 124 |
+
"source_commit": "21d3dd20e575ebf9a66a4d21de044b348961b04c",
|
| 125 |
"status": "released",
|
| 126 |
"title": "Japan Municipal Open Data Atlas 2026"
|
| 127 |
},
|
|
|
|
| 166 |
},
|
| 167 |
"rows": 16192
|
| 168 |
},
|
| 169 |
+
"resident_register_age": {
|
| 170 |
+
"columns": 50,
|
| 171 |
+
"files": {
|
| 172 |
+
"csv": "resident_register_age.csv",
|
| 173 |
+
"parquet": "resident_register_age.parquet"
|
| 174 |
+
},
|
| 175 |
+
"rows": 69084
|
| 176 |
+
},
|
| 177 |
"resident_register_annual": {
|
| 178 |
"columns": 55,
|
| 179 |
"files": {
|
municipalities.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 385950
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77471a02543a3c2e92d76cfd2fd5d26529bac254730e4e2f9fa7810a3a271670
|
| 3 |
size 385950
|
municipalities_city_level.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 352763
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af2a1c7a790457aef9e8f4ac78f1a5713cc26bbaee9579f68bd35c63e77d9da
|
| 3 |
size 352763
|
municipality_code_changes.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70907
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb84dec4f30ab929cacfa2d41bdf616514be188117170c40c0a8d4cf8476ebea
|
| 3 |
size 70907
|
municipality_join_keys.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 147987
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:459ba5092c0d2d5bb38ec6596983df186bf4aaf778db69b72730580a02c308aa
|
| 3 |
size 147987
|
municipality_name_lookup.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 177315
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be417ce15181369edde8c2741a71c408ee78f5079f4376fd9fccc2f0d5981304
|
| 3 |
size 177315
|
quality.json
CHANGED
|
@@ -70,7 +70,44 @@
|
|
| 70 |
"rows": 16192,
|
| 71 |
"unambiguous_lookup_keys": 15515
|
| 72 |
},
|
| 73 |
-
"release_id": "2026.08.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
"resident_register_annual": {
|
| 75 |
"absorbed_predecessor_rows": [
|
| 76 |
{
|
|
@@ -467,7 +504,7 @@
|
|
| 467 |
],
|
| 468 |
"value_columns": 13
|
| 469 |
},
|
| 470 |
-
"schema_version": "1.
|
| 471 |
"ssds_indicators": {
|
| 472 |
"columns": 31,
|
| 473 |
"indicators": 14,
|
|
|
|
| 70 |
"rows": 16192,
|
| 71 |
"unambiguous_lookup_keys": 15515
|
| 72 |
},
|
| 73 |
+
"release_id": "2026.08.6",
|
| 74 |
+
"resident_register_age": {
|
| 75 |
+
"age_classes": 21,
|
| 76 |
+
"areas_never_observed": [
|
| 77 |
+
"13100"
|
| 78 |
+
],
|
| 79 |
+
"columns": 50,
|
| 80 |
+
"derivation": "master-left panel of every area in this release by every survey year and every published sex row; published codes followed forward through the official revision list exactly as the population panel does",
|
| 81 |
+
"excluded_other_aggregate_or_unresolved_rows": 11289,
|
| 82 |
+
"master_areas": 1919,
|
| 83 |
+
"observed_rows": 68967,
|
| 84 |
+
"rows": 69084,
|
| 85 |
+
"rows_resolved_through_a_code_revision": 18,
|
| 86 |
+
"rows_with_unaccounted_residents": 14365,
|
| 87 |
+
"sex_rows": [
|
| 88 |
+
"total",
|
| 89 |
+
"male",
|
| 90 |
+
"female"
|
| 91 |
+
],
|
| 92 |
+
"source_national_rows": 36,
|
| 93 |
+
"source_prefecture_total_rows": 1692,
|
| 94 |
+
"survey_years": [
|
| 95 |
+
2015,
|
| 96 |
+
2016,
|
| 97 |
+
2017,
|
| 98 |
+
2018,
|
| 99 |
+
2019,
|
| 100 |
+
2020,
|
| 101 |
+
2021,
|
| 102 |
+
2022,
|
| 103 |
+
2023,
|
| 104 |
+
2024,
|
| 105 |
+
2025,
|
| 106 |
+
2026
|
| 107 |
+
],
|
| 108 |
+
"total_rows_with_sex_unspecified_residents": 25,
|
| 109 |
+
"unobserved_rows": 117
|
| 110 |
+
},
|
| 111 |
"resident_register_annual": {
|
| 112 |
"absorbed_predecessor_rows": [
|
| 113 |
{
|
|
|
|
| 504 |
],
|
| 505 |
"value_columns": 13
|
| 506 |
},
|
| 507 |
+
"schema_version": "1.5.0",
|
| 508 |
"ssds_indicators": {
|
| 509 |
"columns": 31,
|
| 510 |
"indicators": 14,
|
reproduction.zip.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fa9260baaac0c58366b78ca8e149b6ae40bc72228a080284ef000d96655161c
|
| 3 |
+
size 732603
|
resident_register_age.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50995eb7a2f6de0a73d094eb088c67ec58585cf04e43ae4782df96bcd2624a81
|
| 3 |
+
size 27970824
|
resident_register_age.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e14f95f702995d2c28da5707cc44833f64ac64c2ed79e66c270a9305a7efb149
|
| 3 |
+
size 3841523
|
resident_register_annual.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2069356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaf786f87bfe3baed83e82a78809ec7915494e4f7834c1966b42d1c044356ef4
|
| 3 |
size 2069356
|
resident_register_population_wide.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 142775
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4c9b62b70e69ef7997710bddf68e6a373a5b52ae20820160c352edf5c5418cf
|
| 3 |
size 142775
|
schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"schema_version": "1.
|
| 3 |
"tables": {
|
| 4 |
"municipalities": {
|
| 5 |
"columns": [
|
|
@@ -1395,6 +1395,365 @@
|
|
| 1395 |
"standard_area_code"
|
| 1396 |
]
|
| 1397 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1398 |
"resident_register_annual": {
|
| 1399 |
"columns": [
|
| 1400 |
{
|
|
|
|
| 1 |
{
|
| 2 |
+
"schema_version": "1.5.0",
|
| 3 |
"tables": {
|
| 4 |
"municipalities": {
|
| 5 |
"columns": [
|
|
|
|
| 1395 |
"standard_area_code"
|
| 1396 |
]
|
| 1397 |
},
|
| 1398 |
+
"resident_register_age": {
|
| 1399 |
+
"columns": [
|
| 1400 |
+
{
|
| 1401 |
+
"description": "Official five-digit standard statistical area code.",
|
| 1402 |
+
"name": "standard_area_code",
|
| 1403 |
+
"nullable": false,
|
| 1404 |
+
"type": "string",
|
| 1405 |
+
"unit": null
|
| 1406 |
+
},
|
| 1407 |
+
{
|
| 1408 |
+
"description": "Municipality, designated-city total, or designated-city ward.",
|
| 1409 |
+
"name": "statistical_area_role",
|
| 1410 |
+
"nullable": false,
|
| 1411 |
+
"type": "string",
|
| 1412 |
+
"unit": null
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"description": "Two-digit prefecture code.",
|
| 1416 |
+
"name": "prefecture_code",
|
| 1417 |
+
"nullable": false,
|
| 1418 |
+
"type": "string",
|
| 1419 |
+
"unit": null
|
| 1420 |
+
},
|
| 1421 |
+
{
|
| 1422 |
+
"description": "Official prefecture name in Japanese.",
|
| 1423 |
+
"name": "prefecture_name_ja",
|
| 1424 |
+
"nullable": false,
|
| 1425 |
+
"type": "string",
|
| 1426 |
+
"unit": null
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"description": "Parent district or designated-city name in Japanese, when applicable.",
|
| 1430 |
+
"name": "parent_area_name_ja",
|
| 1431 |
+
"nullable": true,
|
| 1432 |
+
"type": "string",
|
| 1433 |
+
"unit": null
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"description": "Kana reading of the parent area name, when applicable.",
|
| 1437 |
+
"name": "parent_area_name_kana",
|
| 1438 |
+
"nullable": true,
|
| 1439 |
+
"type": "string",
|
| 1440 |
+
"unit": null
|
| 1441 |
+
},
|
| 1442 |
+
{
|
| 1443 |
+
"description": "Official municipality or statistical-area name in Japanese.",
|
| 1444 |
+
"name": "area_name_ja",
|
| 1445 |
+
"nullable": false,
|
| 1446 |
+
"type": "string",
|
| 1447 |
+
"unit": null
|
| 1448 |
+
},
|
| 1449 |
+
{
|
| 1450 |
+
"description": "Kana reading of the area name.",
|
| 1451 |
+
"name": "area_name_kana",
|
| 1452 |
+
"nullable": true,
|
| 1453 |
+
"type": "string",
|
| 1454 |
+
"unit": null
|
| 1455 |
+
},
|
| 1456 |
+
{
|
| 1457 |
+
"description": "Concatenated official Japanese area name.",
|
| 1458 |
+
"name": "full_name_ja",
|
| 1459 |
+
"nullable": false,
|
| 1460 |
+
"type": "string",
|
| 1461 |
+
"unit": null
|
| 1462 |
+
},
|
| 1463 |
+
{
|
| 1464 |
+
"description": "Effective date recorded by the municipality-code source.",
|
| 1465 |
+
"name": "effective_date",
|
| 1466 |
+
"nullable": true,
|
| 1467 |
+
"type": "string",
|
| 1468 |
+
"unit": null
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"description": "Whether the master reports a boundary-change record.",
|
| 1472 |
+
"name": "has_boundary_change_record",
|
| 1473 |
+
"nullable": true,
|
| 1474 |
+
"type": "bool",
|
| 1475 |
+
"unit": null
|
| 1476 |
+
},
|
| 1477 |
+
{
|
| 1478 |
+
"description": "Survey year of the official annual table; the population is observed on 1 January of this year.",
|
| 1479 |
+
"name": "survey_year",
|
| 1480 |
+
"nullable": false,
|
| 1481 |
+
"type": "int64",
|
| 1482 |
+
"unit": null
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"description": "Date the population and household counts refer to.",
|
| 1486 |
+
"name": "population_observation_date",
|
| 1487 |
+
"nullable": false,
|
| 1488 |
+
"type": "string",
|
| 1489 |
+
"unit": "person"
|
| 1490 |
+
},
|
| 1491 |
+
{
|
| 1492 |
+
"description": "Residency scope of every row in this table: total_residents counts Japanese and foreign residents together, as the source's 総計 tables do.",
|
| 1493 |
+
"name": "residency_scope",
|
| 1494 |
+
"nullable": false,
|
| 1495 |
+
"type": "string",
|
| 1496 |
+
"unit": null
|
| 1497 |
+
},
|
| 1498 |
+
{
|
| 1499 |
+
"description": "Published sex row: total, male, or female. The source publishes all three independently; total is an official value, not male plus female.",
|
| 1500 |
+
"name": "sex",
|
| 1501 |
+
"nullable": false,
|
| 1502 |
+
"type": "string",
|
| 1503 |
+
"unit": null
|
| 1504 |
+
},
|
| 1505 |
+
{
|
| 1506 |
+
"description": "Published total population for this area, year, and sex row.",
|
| 1507 |
+
"name": "age_population_total",
|
| 1508 |
+
"nullable": true,
|
| 1509 |
+
"type": "int64",
|
| 1510 |
+
"unit": "person"
|
| 1511 |
+
},
|
| 1512 |
+
{
|
| 1513 |
+
"description": "Age 0 4.",
|
| 1514 |
+
"name": "age_0_4",
|
| 1515 |
+
"nullable": true,
|
| 1516 |
+
"type": "int64",
|
| 1517 |
+
"unit": null
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"description": "Age 5 9.",
|
| 1521 |
+
"name": "age_5_9",
|
| 1522 |
+
"nullable": true,
|
| 1523 |
+
"type": "int64",
|
| 1524 |
+
"unit": null
|
| 1525 |
+
},
|
| 1526 |
+
{
|
| 1527 |
+
"description": "Age 10 14.",
|
| 1528 |
+
"name": "age_10_14",
|
| 1529 |
+
"nullable": true,
|
| 1530 |
+
"type": "int64",
|
| 1531 |
+
"unit": null
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"description": "Age 15 19.",
|
| 1535 |
+
"name": "age_15_19",
|
| 1536 |
+
"nullable": true,
|
| 1537 |
+
"type": "int64",
|
| 1538 |
+
"unit": null
|
| 1539 |
+
},
|
| 1540 |
+
{
|
| 1541 |
+
"description": "Age 20 24.",
|
| 1542 |
+
"name": "age_20_24",
|
| 1543 |
+
"nullable": true,
|
| 1544 |
+
"type": "int64",
|
| 1545 |
+
"unit": null
|
| 1546 |
+
},
|
| 1547 |
+
{
|
| 1548 |
+
"description": "Age 25 29.",
|
| 1549 |
+
"name": "age_25_29",
|
| 1550 |
+
"nullable": true,
|
| 1551 |
+
"type": "int64",
|
| 1552 |
+
"unit": null
|
| 1553 |
+
},
|
| 1554 |
+
{
|
| 1555 |
+
"description": "Age 30 34.",
|
| 1556 |
+
"name": "age_30_34",
|
| 1557 |
+
"nullable": true,
|
| 1558 |
+
"type": "int64",
|
| 1559 |
+
"unit": null
|
| 1560 |
+
},
|
| 1561 |
+
{
|
| 1562 |
+
"description": "Age 35 39.",
|
| 1563 |
+
"name": "age_35_39",
|
| 1564 |
+
"nullable": true,
|
| 1565 |
+
"type": "int64",
|
| 1566 |
+
"unit": null
|
| 1567 |
+
},
|
| 1568 |
+
{
|
| 1569 |
+
"description": "Age 40 44.",
|
| 1570 |
+
"name": "age_40_44",
|
| 1571 |
+
"nullable": true,
|
| 1572 |
+
"type": "int64",
|
| 1573 |
+
"unit": null
|
| 1574 |
+
},
|
| 1575 |
+
{
|
| 1576 |
+
"description": "Age 45 49.",
|
| 1577 |
+
"name": "age_45_49",
|
| 1578 |
+
"nullable": true,
|
| 1579 |
+
"type": "int64",
|
| 1580 |
+
"unit": null
|
| 1581 |
+
},
|
| 1582 |
+
{
|
| 1583 |
+
"description": "Age 50 54.",
|
| 1584 |
+
"name": "age_50_54",
|
| 1585 |
+
"nullable": true,
|
| 1586 |
+
"type": "int64",
|
| 1587 |
+
"unit": null
|
| 1588 |
+
},
|
| 1589 |
+
{
|
| 1590 |
+
"description": "Age 55 59.",
|
| 1591 |
+
"name": "age_55_59",
|
| 1592 |
+
"nullable": true,
|
| 1593 |
+
"type": "int64",
|
| 1594 |
+
"unit": null
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"description": "Age 60 64.",
|
| 1598 |
+
"name": "age_60_64",
|
| 1599 |
+
"nullable": true,
|
| 1600 |
+
"type": "int64",
|
| 1601 |
+
"unit": null
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"description": "Age 65 69.",
|
| 1605 |
+
"name": "age_65_69",
|
| 1606 |
+
"nullable": true,
|
| 1607 |
+
"type": "int64",
|
| 1608 |
+
"unit": null
|
| 1609 |
+
},
|
| 1610 |
+
{
|
| 1611 |
+
"description": "Age 70 74.",
|
| 1612 |
+
"name": "age_70_74",
|
| 1613 |
+
"nullable": true,
|
| 1614 |
+
"type": "int64",
|
| 1615 |
+
"unit": null
|
| 1616 |
+
},
|
| 1617 |
+
{
|
| 1618 |
+
"description": "Age 75 79.",
|
| 1619 |
+
"name": "age_75_79",
|
| 1620 |
+
"nullable": true,
|
| 1621 |
+
"type": "int64",
|
| 1622 |
+
"unit": null
|
| 1623 |
+
},
|
| 1624 |
+
{
|
| 1625 |
+
"description": "Age 80 84.",
|
| 1626 |
+
"name": "age_80_84",
|
| 1627 |
+
"nullable": true,
|
| 1628 |
+
"type": "int64",
|
| 1629 |
+
"unit": null
|
| 1630 |
+
},
|
| 1631 |
+
{
|
| 1632 |
+
"description": "Age 85 89.",
|
| 1633 |
+
"name": "age_85_89",
|
| 1634 |
+
"nullable": true,
|
| 1635 |
+
"type": "int64",
|
| 1636 |
+
"unit": null
|
| 1637 |
+
},
|
| 1638 |
+
{
|
| 1639 |
+
"description": "Age 90 94.",
|
| 1640 |
+
"name": "age_90_94",
|
| 1641 |
+
"nullable": true,
|
| 1642 |
+
"type": "int64",
|
| 1643 |
+
"unit": null
|
| 1644 |
+
},
|
| 1645 |
+
{
|
| 1646 |
+
"description": "Age 95 99.",
|
| 1647 |
+
"name": "age_95_99",
|
| 1648 |
+
"nullable": true,
|
| 1649 |
+
"type": "int64",
|
| 1650 |
+
"unit": null
|
| 1651 |
+
},
|
| 1652 |
+
{
|
| 1653 |
+
"description": "Age 100 and over.",
|
| 1654 |
+
"name": "age_100_and_over",
|
| 1655 |
+
"nullable": true,
|
| 1656 |
+
"type": "int64",
|
| 1657 |
+
"unit": null
|
| 1658 |
+
},
|
| 1659 |
+
{
|
| 1660 |
+
"description": "Sum of the twenty-one published age classes in this row.",
|
| 1661 |
+
"name": "age_class_sum",
|
| 1662 |
+
"nullable": true,
|
| 1663 |
+
"type": "int64",
|
| 1664 |
+
"unit": null
|
| 1665 |
+
},
|
| 1666 |
+
{
|
| 1667 |
+
"description": "age_population_total minus age_class_sum. Non-zero where the source withholds age detail for foreign residents or counts residents of unknown age in the total only. Decide which denominator your share uses.",
|
| 1668 |
+
"name": "age_unaccounted",
|
| 1669 |
+
"nullable": true,
|
| 1670 |
+
"type": "int64",
|
| 1671 |
+
"unit": null
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"description": "On a total row, residents the male and female rows do not account for; null on the male and female rows. Zero in every edition before 2025, when the register began carrying residents whose card records no sex.",
|
| 1675 |
+
"name": "age_sex_unspecified",
|
| 1676 |
+
"nullable": true,
|
| 1677 |
+
"type": "int64",
|
| 1678 |
+
"unit": null
|
| 1679 |
+
},
|
| 1680 |
+
{
|
| 1681 |
+
"description": "Whether the official age table published this area in this survey year.",
|
| 1682 |
+
"name": "has_age_data",
|
| 1683 |
+
"nullable": false,
|
| 1684 |
+
"type": "bool",
|
| 1685 |
+
"unit": null
|
| 1686 |
+
},
|
| 1687 |
+
{
|
| 1688 |
+
"description": "Six-digit local government code exactly as that year published it.",
|
| 1689 |
+
"name": "source_local_government_code",
|
| 1690 |
+
"nullable": true,
|
| 1691 |
+
"type": "string",
|
| 1692 |
+
"unit": null
|
| 1693 |
+
},
|
| 1694 |
+
{
|
| 1695 |
+
"description": "Five-digit code as that year published it; differs from standard_area_code when the code was revised afterwards.",
|
| 1696 |
+
"name": "source_standard_area_code",
|
| 1697 |
+
"nullable": true,
|
| 1698 |
+
"type": "string",
|
| 1699 |
+
"unit": null
|
| 1700 |
+
},
|
| 1701 |
+
{
|
| 1702 |
+
"description": "Prefecture name exactly as that year published it.",
|
| 1703 |
+
"name": "source_prefecture_name_ja",
|
| 1704 |
+
"nullable": true,
|
| 1705 |
+
"type": "string",
|
| 1706 |
+
"unit": null
|
| 1707 |
+
},
|
| 1708 |
+
{
|
| 1709 |
+
"description": "Area name exactly as that year published it.",
|
| 1710 |
+
"name": "source_area_name_ja",
|
| 1711 |
+
"nullable": true,
|
| 1712 |
+
"type": "string",
|
| 1713 |
+
"unit": null
|
| 1714 |
+
},
|
| 1715 |
+
{
|
| 1716 |
+
"description": "Number of official revisions followed to map source_standard_area_code onto standard_area_code; 0 when the published code is still in force.",
|
| 1717 |
+
"name": "code_resolution_steps",
|
| 1718 |
+
"nullable": true,
|
| 1719 |
+
"type": "int64",
|
| 1720 |
+
"unit": null
|
| 1721 |
+
},
|
| 1722 |
+
{
|
| 1723 |
+
"description": "Release status of the official annual table.",
|
| 1724 |
+
"name": "source_release_status",
|
| 1725 |
+
"nullable": false,
|
| 1726 |
+
"type": "string",
|
| 1727 |
+
"unit": null
|
| 1728 |
+
},
|
| 1729 |
+
{
|
| 1730 |
+
"description": "Official table number of the annual publication, for example 26-03.",
|
| 1731 |
+
"name": "source_table_number",
|
| 1732 |
+
"nullable": false,
|
| 1733 |
+
"type": "string",
|
| 1734 |
+
"unit": null
|
| 1735 |
+
},
|
| 1736 |
+
{
|
| 1737 |
+
"description": "Publication timestamp of the annual table, in JST.",
|
| 1738 |
+
"name": "source_published_at",
|
| 1739 |
+
"nullable": false,
|
| 1740 |
+
"type": "string",
|
| 1741 |
+
"unit": null
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"description": "e-Stat file identifier of the annual table.",
|
| 1745 |
+
"name": "source_stat_inf_id",
|
| 1746 |
+
"nullable": false,
|
| 1747 |
+
"type": "string",
|
| 1748 |
+
"unit": null
|
| 1749 |
+
}
|
| 1750 |
+
],
|
| 1751 |
+
"primary_key": [
|
| 1752 |
+
"standard_area_code",
|
| 1753 |
+
"survey_year",
|
| 1754 |
+
"sex"
|
| 1755 |
+
]
|
| 1756 |
+
},
|
| 1757 |
"resident_register_annual": {
|
| 1758 |
"columns": [
|
| 1759 |
{
|
sources.json
CHANGED
|
@@ -174,6 +174,138 @@
|
|
| 174 |
"source_id": "resident-register-2026",
|
| 175 |
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040479049"
|
| 176 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
{
|
| 178 |
"as_of_date": "2026-06-19",
|
| 179 |
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
|
|
|
| 174 |
"source_id": "resident-register-2026",
|
| 175 |
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040479049"
|
| 176 |
},
|
| 177 |
+
{
|
| 178 |
+
"as_of_date": "2015-01-01",
|
| 179 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 180 |
+
"path": "estat-resident-register-age-2015-total-municipalities-2015-07-01.xls",
|
| 181 |
+
"published_at": "2015-07-01T17:00:00+09:00",
|
| 182 |
+
"retrieved_at": "2026-08-08T17:54:42+09:00",
|
| 183 |
+
"sha256": "c8d743a5a5ac3ccaa6ad592cb2ec3dbe9910f18aca35972732cbbeecdd7a04aa",
|
| 184 |
+
"size_bytes": 1613824,
|
| 185 |
+
"source_id": "resident-register-age-2015",
|
| 186 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000030438669"
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"as_of_date": "2016-01-01",
|
| 190 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 191 |
+
"path": "estat-resident-register-age-2016-total-municipalities-2016-07-13.xls",
|
| 192 |
+
"published_at": "2016-07-13T17:00:00+09:00",
|
| 193 |
+
"retrieved_at": "2026-08-08T17:54:46+09:00",
|
| 194 |
+
"sha256": "3bf1c9f46c8eafdf94628185d7865134adb0700aa86da3e9ed08e48a7de0d5b5",
|
| 195 |
+
"size_bytes": 1613312,
|
| 196 |
+
"source_id": "resident-register-age-2016",
|
| 197 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000031429218"
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"as_of_date": "2017-01-01",
|
| 201 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 202 |
+
"path": "estat-resident-register-age-2017-total-municipalities-2017-07-05.xls",
|
| 203 |
+
"published_at": "2017-07-05T17:00:00+09:00",
|
| 204 |
+
"retrieved_at": "2026-08-08T17:54:49+09:00",
|
| 205 |
+
"sha256": "8f4a44738e8dcf700a0e2290c36bb159f8a71947096206df0dad89d136cc28c2",
|
| 206 |
+
"size_bytes": 1613824,
|
| 207 |
+
"source_id": "resident-register-age-2017",
|
| 208 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000031598539"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"as_of_date": "2018-01-01",
|
| 212 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 213 |
+
"path": "estat-resident-register-age-2018-total-municipalities-2018-07-11.xls",
|
| 214 |
+
"published_at": "2018-07-11T17:00:00+09:00",
|
| 215 |
+
"retrieved_at": "2026-08-08T17:54:53+09:00",
|
| 216 |
+
"sha256": "68974bd6b3bc9ddb12303982b753044a9fe4c09c34efb0f3e7700cae3b5dd906",
|
| 217 |
+
"size_bytes": 1611776,
|
| 218 |
+
"source_id": "resident-register-age-2018",
|
| 219 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000031736914"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"as_of_date": "2019-01-01",
|
| 223 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 224 |
+
"path": "estat-resident-register-age-2019-total-municipalities-2019-07-10.xls",
|
| 225 |
+
"published_at": "2019-07-10T17:00:00+09:00",
|
| 226 |
+
"retrieved_at": "2026-08-08T17:54:57+09:00",
|
| 227 |
+
"sha256": "78053f967f37f724906340cd05cdbe648cac560c635d0ec04a25f1aeaefa1a6a",
|
| 228 |
+
"size_bytes": 1611264,
|
| 229 |
+
"source_id": "resident-register-age-2019",
|
| 230 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000031843909"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"as_of_date": "2020-01-01",
|
| 234 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 235 |
+
"path": "estat-resident-register-age-2020-total-municipalities-2020-08-05.xls",
|
| 236 |
+
"published_at": "2020-08-05T17:00:00+09:00",
|
| 237 |
+
"retrieved_at": "2026-08-08T17:55:00+09:00",
|
| 238 |
+
"sha256": "481c335fe5e5458c7751aec403c289e55cfeb3d0e2a81cc789eb043c00a21c0b",
|
| 239 |
+
"size_bytes": 1637376,
|
| 240 |
+
"source_id": "resident-register-age-2020",
|
| 241 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000031971230"
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"as_of_date": "2021-01-01",
|
| 245 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 246 |
+
"path": "estat-resident-register-age-2021-total-municipalities-2021-08-04.xlsx",
|
| 247 |
+
"published_at": "2021-08-04T17:00:00+09:00",
|
| 248 |
+
"retrieved_at": "2026-08-08T17:55:04+09:00",
|
| 249 |
+
"sha256": "af485797942888ae6d6b6bc0d1777e791e8715cba5d83c3b117cec0fc6eac394",
|
| 250 |
+
"size_bytes": 1089329,
|
| 251 |
+
"source_id": "resident-register-age-2021",
|
| 252 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040306661"
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"as_of_date": "2022-01-01",
|
| 256 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 257 |
+
"path": "estat-resident-register-age-2022-total-municipalities-2022-08-09.xlsx",
|
| 258 |
+
"published_at": "2022-08-09T17:00:00+09:00",
|
| 259 |
+
"retrieved_at": "2026-08-08T17:55:08+09:00",
|
| 260 |
+
"sha256": "645232460cd9b2dc44887cb520c6acb5933c12a6947d86aa19bcb8cccba1539e",
|
| 261 |
+
"size_bytes": 1089389,
|
| 262 |
+
"source_id": "resident-register-age-2022",
|
| 263 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000032224637"
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"as_of_date": "2023-01-01",
|
| 267 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 268 |
+
"path": "estat-resident-register-age-2023-total-municipalities-2023-07-26.xlsx",
|
| 269 |
+
"published_at": "2023-07-26T17:00:00+09:00",
|
| 270 |
+
"retrieved_at": "2026-08-08T17:55:13+09:00",
|
| 271 |
+
"sha256": "48a13f8dc5ce8b36c43d3dc21ac7f08960ad913aed45cae9dccb8045051909e9",
|
| 272 |
+
"size_bytes": 1089278,
|
| 273 |
+
"source_id": "resident-register-age-2023",
|
| 274 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040306648"
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"as_of_date": "2024-01-01",
|
| 278 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 279 |
+
"path": "estat-resident-register-age-2024-total-municipalities-2024-07-24.xlsx",
|
| 280 |
+
"published_at": "2024-07-24T17:00:00+09:00",
|
| 281 |
+
"retrieved_at": "2026-08-08T17:55:17+09:00",
|
| 282 |
+
"sha256": "88f32322cedd97fcc50c0e892f41ffdfe8034f364dd1c1ecd40bfe16c13ec190",
|
| 283 |
+
"size_bytes": 1099550,
|
| 284 |
+
"source_id": "resident-register-age-2024",
|
| 285 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040306674"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"as_of_date": "2025-01-01",
|
| 289 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 290 |
+
"path": "estat-resident-register-age-2025-total-municipalities-2025-08-06.xlsx",
|
| 291 |
+
"published_at": "2025-08-06T17:00:00+09:00",
|
| 292 |
+
"retrieved_at": "2026-08-08T17:55:21+09:00",
|
| 293 |
+
"sha256": "8b72e4fe5bbb9f49c135c17451afb673388100d7d39d0b75acfd9e4539af867e",
|
| 294 |
+
"size_bytes": 1095872,
|
| 295 |
+
"source_id": "resident-register-age-2025",
|
| 296 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040306654"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"as_of_date": "2026-01-01",
|
| 300 |
+
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
| 301 |
+
"path": "estat-resident-register-age-2026-total-municipalities-2026-07-29.xlsx",
|
| 302 |
+
"published_at": "2026-07-29T17:00:00+09:00",
|
| 303 |
+
"retrieved_at": "2026-08-08T17:55:25+09:00",
|
| 304 |
+
"sha256": "1da86f0b0a99faed1f76fa76f18eaef331b4b8c2599dda6e37107e5f55b275e8",
|
| 305 |
+
"size_bytes": 1095518,
|
| 306 |
+
"source_id": "resident-register-age-2026",
|
| 307 |
+
"source_url": "https://www.e-stat.go.jp/stat-search/file-download?fileKind=0&statInfId=000040479050"
|
| 308 |
+
},
|
| 309 |
{
|
| 310 |
"as_of_date": "2026-06-19",
|
| 311 |
"license_url": "https://www.e-stat.go.jp/terms-of-use",
|
ssds_indicators.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 170790
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb486c11aaf2276ca8892482a92a89ec4f7dcd28ee343e86bb6066ca946ebe3d
|
| 3 |
size 170790
|
ssds_indicators_wide.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 112272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10aad8038329d7b36958c0b29f01be4489ed322f08b02f7d17ce89b30c0554ad
|
| 3 |
size 112272
|