Upload 7 files
Browse files- README.md +55 -0
- SHA256SUMS +5 -0
- data.csv +62 -0
- data.parquet +3 -0
- data_long.csv +244 -0
- manifest.json +43 -0
- package.json +23 -0
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- ja
|
| 6 |
+
pretty_name: Japan Macroeconomic Indicators (English, e-Stat)
|
| 7 |
+
tags:
|
| 8 |
+
- economics
|
| 9 |
+
- japan
|
| 10 |
+
- macroeconomics
|
| 11 |
+
- time-series
|
| 12 |
+
- inflation
|
| 13 |
+
- cpi
|
| 14 |
+
- unemployment
|
| 15 |
+
- household-spending
|
| 16 |
+
- csv
|
| 17 |
+
- parquet
|
| 18 |
+
size_categories:
|
| 19 |
+
- n<1K
|
| 20 |
+
source_datasets:
|
| 21 |
+
- original
|
| 22 |
---
|
| 23 |
+
|
| 24 |
+
# Japan Macroeconomic Indicators (English, e-Stat)
|
| 25 |
+
|
| 26 |
+
English-structured **monthly** time series of Japan's headline macroeconomic
|
| 27 |
+
indicators — CPI/inflation (all-items, core, core-core), unemployment rate and
|
| 28 |
+
household consumption — sourced from **e-Stat** (Portal Site of Official
|
| 29 |
+
Statistics of Japan) and re-keyed from Japanese into stable English column names.
|
| 30 |
+
|
| 31 |
+
> Quarterly GDP and the Index of Industrial Production are not included — e-Stat's
|
| 32 |
+
> API only exposes an archived GDP series ending 2018, and the current QE is
|
| 33 |
+
> published outside this API. Only API-obtainable series (current to 2026) ship.
|
| 34 |
+
|
| 35 |
+
## Files
|
| 36 |
+
|
| 37 |
+
- `data.csv` — wide time series (one row per period/cycle, one column per indicator)
|
| 38 |
+
- `data.parquet` — same, columnar
|
| 39 |
+
- `data_long.csv` — tidy, one row per observation with full provenance
|
| 40 |
+
- `manifest.json` — build metadata (attribution, licence, date range, verification)
|
| 41 |
+
|
| 42 |
+
## Columns (long format)
|
| 43 |
+
|
| 44 |
+
`indicator`, `date` (ISO period start), `value`, `unit`, `cycle` (`monthly`),
|
| 45 |
+
`group`, `stats_data_id`, `provider`, `period_label`.
|
| 46 |
+
|
| 47 |
+
## Editions
|
| 48 |
+
|
| 49 |
+
This is the **free teaser** (headline indicators, most recent 5 years).
|
| 50 |
+
**Full edition available** — complete history and the core-core CPI series.
|
| 51 |
+
|
| 52 |
+
## Licence & attribution
|
| 53 |
+
|
| 54 |
+
Released under **CC BY 4.0**.
|
| 55 |
+
|
| 56 |
+
> Source: Portal Site of Official Statistics of Japan (e-Stat), compiled by the
|
| 57 |
+
> Statistics Bureau of Japan (MIC). Provided under the Government of Japan
|
| 58 |
+
> Standard Terms of Use (v2.0), compatible with CC BY 4.0.
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cfd55d43a1a9c763c128fbd26fa5b7fc4d8c4f856dd6d0d659e30b7ccf639b98 data.csv
|
| 2 |
+
d6c8f4d13eb0429da2f9bd428adb01c9dbad6ccabce634bca0fffb96ac1057b1 data.parquet
|
| 3 |
+
e76b1a78fbe805e7a5824c05206e24a9a55eba2201bcb8cd0f2fddc191daf9e7 data_long.csv
|
| 4 |
+
3bd1c4ed1febbc15ec3f1cd849e5302e31633aafcfc7385a0105b3b89499bfd4 manifest.json
|
| 5 |
+
1a67619134712acb17857cb02bff829cbaf1f2a40269193eefeaf1288232aba8 README.md
|
data.csv
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
date,cycle,cpi_all_items,cpi_all_items_less_fresh_food,household_consumption,unemployment_rate
|
| 2 |
+
2021-05-01,monthly,99.4,99.5,281063.0,3.1
|
| 3 |
+
2021-06-01,monthly,99.5,99.5,260285.0,3.0
|
| 4 |
+
2021-07-01,monthly,99.7,99.8,267710.0,2.8
|
| 5 |
+
2021-08-01,monthly,99.7,99.8,266638.0,2.8
|
| 6 |
+
2021-09-01,monthly,100.1,99.8,265306.0,2.8
|
| 7 |
+
2021-10-01,monthly,99.9,99.9,281996.0,2.7
|
| 8 |
+
2021-11-01,monthly,100.1,100.1,277029.0,2.7
|
| 9 |
+
2021-12-01,monthly,100.1,100.0,317206.0,2.5
|
| 10 |
+
2022-01-01,monthly,100.3,100.1,287801.0,2.7
|
| 11 |
+
2022-02-01,monthly,100.7,100.5,257887.0,2.6
|
| 12 |
+
2022-03-01,monthly,101.1,100.9,307261.0,2.6
|
| 13 |
+
2022-04-01,monthly,101.5,101.4,304510.0,2.7
|
| 14 |
+
2022-05-01,monthly,101.8,101.6,287687.0,2.8
|
| 15 |
+
2022-06-01,monthly,101.8,101.7,276885.0,2.7
|
| 16 |
+
2022-07-01,monthly,102.3,102.2,285313.0,2.5
|
| 17 |
+
2022-08-01,monthly,102.7,102.5,289974.0,2.6
|
| 18 |
+
2022-09-01,monthly,103.1,102.9,280999.0,2.7
|
| 19 |
+
2022-10-01,monthly,103.7,103.4,298006.0,2.6
|
| 20 |
+
2022-11-01,monthly,103.9,103.8,285947.0,2.4
|
| 21 |
+
2022-12-01,monthly,104.1,104.1,328114.0,2.3
|
| 22 |
+
2023-01-01,monthly,104.7,104.3,301646.0,2.4
|
| 23 |
+
2023-02-01,monthly,104.0,103.6,272214.0,2.5
|
| 24 |
+
2023-03-01,monthly,104.4,104.1,312758.0,2.8
|
| 25 |
+
2023-04-01,monthly,105.1,104.8,303076.0,2.7
|
| 26 |
+
2023-05-01,monthly,105.1,104.8,286443.0,2.7
|
| 27 |
+
2023-06-01,monthly,105.2,105.0,275545.0,2.6
|
| 28 |
+
2023-07-01,monthly,105.7,105.4,281736.0,2.6
|
| 29 |
+
2023-08-01,monthly,105.9,105.7,293161.0,2.7
|
| 30 |
+
2023-09-01,monthly,106.2,105.7,282969.0,2.6
|
| 31 |
+
2023-10-01,monthly,107.1,106.4,301974.0,2.5
|
| 32 |
+
2023-11-01,monthly,106.9,106.4,286922.0,2.4
|
| 33 |
+
2023-12-01,monthly,106.8,106.4,329518.0,2.3
|
| 34 |
+
2024-01-01,monthly,106.9,106.4,289467.0,2.4
|
| 35 |
+
2024-02-01,monthly,106.9,106.5,279868.0,2.6
|
| 36 |
+
2024-03-01,monthly,107.2,106.8,318713.0,2.7
|
| 37 |
+
2024-04-01,monthly,107.7,107.1,313300.0,2.8
|
| 38 |
+
2024-05-01,monthly,108.1,107.5,290328.0,2.8
|
| 39 |
+
2024-06-01,monthly,108.2,107.8,280888.0,2.6
|
| 40 |
+
2024-07-01,monthly,108.6,108.3,290931.0,2.7
|
| 41 |
+
2024-08-01,monthly,109.1,108.7,297487.0,2.5
|
| 42 |
+
2024-09-01,monthly,108.9,108.2,287963.0,2.5
|
| 43 |
+
2024-10-01,monthly,109.5,108.8,305819.0,2.4
|
| 44 |
+
2024-11-01,monthly,110.0,109.2,295518.0,2.4
|
| 45 |
+
2024-12-01,monthly,110.7,109.6,352633.0,2.2
|
| 46 |
+
2025-01-01,monthly,111.2,109.8,305521.0,2.3
|
| 47 |
+
2025-02-01,monthly,110.8,109.7,290511.0,2.4
|
| 48 |
+
2025-03-01,monthly,111.1,110.2,339232.0,2.6
|
| 49 |
+
2025-04-01,monthly,111.5,110.9,325717.0,2.7
|
| 50 |
+
2025-05-01,monthly,111.8,111.4,316085.0,2.6
|
| 51 |
+
2025-06-01,monthly,111.7,111.4,295419.0,2.5
|
| 52 |
+
2025-07-01,monthly,111.9,111.6,305694.0,2.4
|
| 53 |
+
2025-08-01,monthly,112.1,111.6,313977.0,2.6
|
| 54 |
+
2025-09-01,monthly,112.0,111.4,303214.0,2.6
|
| 55 |
+
2025-10-01,monthly,112.8,112.1,306872.0,2.6
|
| 56 |
+
2025-11-01,monthly,113.2,112.5,314242.0,2.4
|
| 57 |
+
2025-12-01,monthly,113.0,112.2,351522.0,2.4
|
| 58 |
+
2026-01-01,monthly,112.9,112.0,307584.0,2.6
|
| 59 |
+
2026-02-01,monthly,112.2,111.4,289391.0,2.6
|
| 60 |
+
2026-03-01,monthly,112.7,112.1,334701.0,2.8
|
| 61 |
+
2026-04-01,monthly,113.0,112.5,328969.0,2.7
|
| 62 |
+
2026-05-01,monthly,113.5,113.0,,2.6
|
data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6c8f4d13eb0429da2f9bd428adb01c9dbad6ccabce634bca0fffb96ac1057b1
|
| 3 |
+
size 5611
|
data_long.csv
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
indicator,date,value,unit,cycle,group,stats_data_id,provider,period_label
|
| 2 |
+
cpi_all_items,2021-05-01,99.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年5月
|
| 3 |
+
cpi_all_items,2021-06-01,99.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年6月
|
| 4 |
+
cpi_all_items,2021-07-01,99.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年7月
|
| 5 |
+
cpi_all_items,2021-08-01,99.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年8月
|
| 6 |
+
cpi_all_items,2021-09-01,100.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年9月
|
| 7 |
+
cpi_all_items,2021-10-01,99.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年10月
|
| 8 |
+
cpi_all_items,2021-11-01,100.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年11月
|
| 9 |
+
cpi_all_items,2021-12-01,100.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年12月
|
| 10 |
+
cpi_all_items,2022-01-01,100.3,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年1月
|
| 11 |
+
cpi_all_items,2022-02-01,100.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年2月
|
| 12 |
+
cpi_all_items,2022-03-01,101.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年3月
|
| 13 |
+
cpi_all_items,2022-04-01,101.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年4月
|
| 14 |
+
cpi_all_items,2022-05-01,101.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年5月
|
| 15 |
+
cpi_all_items,2022-06-01,101.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年6月
|
| 16 |
+
cpi_all_items,2022-07-01,102.3,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年7月
|
| 17 |
+
cpi_all_items,2022-08-01,102.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年8月
|
| 18 |
+
cpi_all_items,2022-09-01,103.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年9月
|
| 19 |
+
cpi_all_items,2022-10-01,103.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年10月
|
| 20 |
+
cpi_all_items,2022-11-01,103.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年11月
|
| 21 |
+
cpi_all_items,2022-12-01,104.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年12月
|
| 22 |
+
cpi_all_items,2023-01-01,104.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年1月
|
| 23 |
+
cpi_all_items,2023-02-01,104.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年2月
|
| 24 |
+
cpi_all_items,2023-03-01,104.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年3月
|
| 25 |
+
cpi_all_items,2023-04-01,105.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年4月
|
| 26 |
+
cpi_all_items,2023-05-01,105.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年5月
|
| 27 |
+
cpi_all_items,2023-06-01,105.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年6月
|
| 28 |
+
cpi_all_items,2023-07-01,105.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年7月
|
| 29 |
+
cpi_all_items,2023-08-01,105.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年8月
|
| 30 |
+
cpi_all_items,2023-09-01,106.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年9月
|
| 31 |
+
cpi_all_items,2023-10-01,107.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年10月
|
| 32 |
+
cpi_all_items,2023-11-01,106.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年11月
|
| 33 |
+
cpi_all_items,2023-12-01,106.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年12月
|
| 34 |
+
cpi_all_items,2024-01-01,106.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年1月
|
| 35 |
+
cpi_all_items,2024-02-01,106.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年2月
|
| 36 |
+
cpi_all_items,2024-03-01,107.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年3月
|
| 37 |
+
cpi_all_items,2024-04-01,107.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年4月
|
| 38 |
+
cpi_all_items,2024-05-01,108.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年5月
|
| 39 |
+
cpi_all_items,2024-06-01,108.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年6月
|
| 40 |
+
cpi_all_items,2024-07-01,108.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年7月
|
| 41 |
+
cpi_all_items,2024-08-01,109.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年8月
|
| 42 |
+
cpi_all_items,2024-09-01,108.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年9月
|
| 43 |
+
cpi_all_items,2024-10-01,109.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年10月
|
| 44 |
+
cpi_all_items,2024-11-01,110.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年11月
|
| 45 |
+
cpi_all_items,2024-12-01,110.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年12月
|
| 46 |
+
cpi_all_items,2025-01-01,111.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年1月
|
| 47 |
+
cpi_all_items,2025-02-01,110.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年2月
|
| 48 |
+
cpi_all_items,2025-03-01,111.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年3月
|
| 49 |
+
cpi_all_items,2025-04-01,111.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年4月
|
| 50 |
+
cpi_all_items,2025-05-01,111.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年5月
|
| 51 |
+
cpi_all_items,2025-06-01,111.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年6月
|
| 52 |
+
cpi_all_items,2025-07-01,111.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年7月
|
| 53 |
+
cpi_all_items,2025-08-01,112.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年8月
|
| 54 |
+
cpi_all_items,2025-09-01,112.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年9月
|
| 55 |
+
cpi_all_items,2025-10-01,112.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年10月
|
| 56 |
+
cpi_all_items,2025-11-01,113.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年11月
|
| 57 |
+
cpi_all_items,2025-12-01,113.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年12月
|
| 58 |
+
cpi_all_items,2026-01-01,112.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年1月
|
| 59 |
+
cpi_all_items,2026-02-01,112.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年2月
|
| 60 |
+
cpi_all_items,2026-03-01,112.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年3月
|
| 61 |
+
cpi_all_items,2026-04-01,113.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年4月
|
| 62 |
+
cpi_all_items,2026-05-01,113.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年5月
|
| 63 |
+
cpi_all_items_less_fresh_food,2021-05-01,99.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年5月
|
| 64 |
+
cpi_all_items_less_fresh_food,2021-06-01,99.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年6月
|
| 65 |
+
cpi_all_items_less_fresh_food,2021-07-01,99.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年7月
|
| 66 |
+
cpi_all_items_less_fresh_food,2021-08-01,99.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年8月
|
| 67 |
+
cpi_all_items_less_fresh_food,2021-09-01,99.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年9月
|
| 68 |
+
cpi_all_items_less_fresh_food,2021-10-01,99.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年10月
|
| 69 |
+
cpi_all_items_less_fresh_food,2021-11-01,100.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年11月
|
| 70 |
+
cpi_all_items_less_fresh_food,2021-12-01,100.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2021年12月
|
| 71 |
+
cpi_all_items_less_fresh_food,2022-01-01,100.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年1月
|
| 72 |
+
cpi_all_items_less_fresh_food,2022-02-01,100.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年2月
|
| 73 |
+
cpi_all_items_less_fresh_food,2022-03-01,100.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年3月
|
| 74 |
+
cpi_all_items_less_fresh_food,2022-04-01,101.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年4月
|
| 75 |
+
cpi_all_items_less_fresh_food,2022-05-01,101.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年5月
|
| 76 |
+
cpi_all_items_less_fresh_food,2022-06-01,101.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年6月
|
| 77 |
+
cpi_all_items_less_fresh_food,2022-07-01,102.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年7月
|
| 78 |
+
cpi_all_items_less_fresh_food,2022-08-01,102.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年8月
|
| 79 |
+
cpi_all_items_less_fresh_food,2022-09-01,102.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年9月
|
| 80 |
+
cpi_all_items_less_fresh_food,2022-10-01,103.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年10月
|
| 81 |
+
cpi_all_items_less_fresh_food,2022-11-01,103.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年11月
|
| 82 |
+
cpi_all_items_less_fresh_food,2022-12-01,104.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2022年12月
|
| 83 |
+
cpi_all_items_less_fresh_food,2023-01-01,104.3,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年1月
|
| 84 |
+
cpi_all_items_less_fresh_food,2023-02-01,103.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年2月
|
| 85 |
+
cpi_all_items_less_fresh_food,2023-03-01,104.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年3月
|
| 86 |
+
cpi_all_items_less_fresh_food,2023-04-01,104.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年4月
|
| 87 |
+
cpi_all_items_less_fresh_food,2023-05-01,104.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年5月
|
| 88 |
+
cpi_all_items_less_fresh_food,2023-06-01,105.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年6月
|
| 89 |
+
cpi_all_items_less_fresh_food,2023-07-01,105.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年7月
|
| 90 |
+
cpi_all_items_less_fresh_food,2023-08-01,105.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年8月
|
| 91 |
+
cpi_all_items_less_fresh_food,2023-09-01,105.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年9月
|
| 92 |
+
cpi_all_items_less_fresh_food,2023-10-01,106.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年10月
|
| 93 |
+
cpi_all_items_less_fresh_food,2023-11-01,106.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年11月
|
| 94 |
+
cpi_all_items_less_fresh_food,2023-12-01,106.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2023年12月
|
| 95 |
+
cpi_all_items_less_fresh_food,2024-01-01,106.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年1月
|
| 96 |
+
cpi_all_items_less_fresh_food,2024-02-01,106.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年2月
|
| 97 |
+
cpi_all_items_less_fresh_food,2024-03-01,106.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年3月
|
| 98 |
+
cpi_all_items_less_fresh_food,2024-04-01,107.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年4月
|
| 99 |
+
cpi_all_items_less_fresh_food,2024-05-01,107.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年5月
|
| 100 |
+
cpi_all_items_less_fresh_food,2024-06-01,107.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年6月
|
| 101 |
+
cpi_all_items_less_fresh_food,2024-07-01,108.3,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年7月
|
| 102 |
+
cpi_all_items_less_fresh_food,2024-08-01,108.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年8月
|
| 103 |
+
cpi_all_items_less_fresh_food,2024-09-01,108.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年9月
|
| 104 |
+
cpi_all_items_less_fresh_food,2024-10-01,108.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年10月
|
| 105 |
+
cpi_all_items_less_fresh_food,2024-11-01,109.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年11月
|
| 106 |
+
cpi_all_items_less_fresh_food,2024-12-01,109.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2024年12月
|
| 107 |
+
cpi_all_items_less_fresh_food,2025-01-01,109.8,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年1月
|
| 108 |
+
cpi_all_items_less_fresh_food,2025-02-01,109.7,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年2月
|
| 109 |
+
cpi_all_items_less_fresh_food,2025-03-01,110.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年3月
|
| 110 |
+
cpi_all_items_less_fresh_food,2025-04-01,110.9,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年4月
|
| 111 |
+
cpi_all_items_less_fresh_food,2025-05-01,111.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年5月
|
| 112 |
+
cpi_all_items_less_fresh_food,2025-06-01,111.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年6月
|
| 113 |
+
cpi_all_items_less_fresh_food,2025-07-01,111.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年7月
|
| 114 |
+
cpi_all_items_less_fresh_food,2025-08-01,111.6,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年8月
|
| 115 |
+
cpi_all_items_less_fresh_food,2025-09-01,111.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年9月
|
| 116 |
+
cpi_all_items_less_fresh_food,2025-10-01,112.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年10月
|
| 117 |
+
cpi_all_items_less_fresh_food,2025-11-01,112.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年11月
|
| 118 |
+
cpi_all_items_less_fresh_food,2025-12-01,112.2,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2025年12月
|
| 119 |
+
cpi_all_items_less_fresh_food,2026-01-01,112.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年1月
|
| 120 |
+
cpi_all_items_less_fresh_food,2026-02-01,111.4,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年2月
|
| 121 |
+
cpi_all_items_less_fresh_food,2026-03-01,112.1,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年3月
|
| 122 |
+
cpi_all_items_less_fresh_food,2026-04-01,112.5,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年4月
|
| 123 |
+
cpi_all_items_less_fresh_food,2026-05-01,113.0,index_2020_100,monthly,cpi,0003427113,Statistics Bureau of Japan (MIC),2026年5月
|
| 124 |
+
household_consumption,2021-05-01,281063.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年5月
|
| 125 |
+
household_consumption,2021-06-01,260285.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年6月
|
| 126 |
+
household_consumption,2021-07-01,267710.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年7月
|
| 127 |
+
household_consumption,2021-08-01,266638.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年8月
|
| 128 |
+
household_consumption,2021-09-01,265306.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年9月
|
| 129 |
+
household_consumption,2021-10-01,281996.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年10月
|
| 130 |
+
household_consumption,2021-11-01,277029.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年11月
|
| 131 |
+
household_consumption,2021-12-01,317206.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2021年12月
|
| 132 |
+
household_consumption,2022-01-01,287801.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年1月
|
| 133 |
+
household_consumption,2022-02-01,257887.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年2月
|
| 134 |
+
household_consumption,2022-03-01,307261.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年3月
|
| 135 |
+
household_consumption,2022-04-01,304510.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年4月
|
| 136 |
+
household_consumption,2022-05-01,287687.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年5月
|
| 137 |
+
household_consumption,2022-06-01,276885.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年6月
|
| 138 |
+
household_consumption,2022-07-01,285313.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年7月
|
| 139 |
+
household_consumption,2022-08-01,289974.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年8月
|
| 140 |
+
household_consumption,2022-09-01,280999.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年9月
|
| 141 |
+
household_consumption,2022-10-01,298006.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年10月
|
| 142 |
+
household_consumption,2022-11-01,285947.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年11月
|
| 143 |
+
household_consumption,2022-12-01,328114.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2022年12月
|
| 144 |
+
household_consumption,2023-01-01,301646.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年1月
|
| 145 |
+
household_consumption,2023-02-01,272214.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年2月
|
| 146 |
+
household_consumption,2023-03-01,312758.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年3月
|
| 147 |
+
household_consumption,2023-04-01,303076.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年4月
|
| 148 |
+
household_consumption,2023-05-01,286443.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年5月
|
| 149 |
+
household_consumption,2023-06-01,275545.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年6月
|
| 150 |
+
household_consumption,2023-07-01,281736.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年7月
|
| 151 |
+
household_consumption,2023-08-01,293161.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年8月
|
| 152 |
+
household_consumption,2023-09-01,282969.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年9月
|
| 153 |
+
household_consumption,2023-10-01,301974.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年10月
|
| 154 |
+
household_consumption,2023-11-01,286922.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年11月
|
| 155 |
+
household_consumption,2023-12-01,329518.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2023年12月
|
| 156 |
+
household_consumption,2024-01-01,289467.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年1月
|
| 157 |
+
household_consumption,2024-02-01,279868.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年2月
|
| 158 |
+
household_consumption,2024-03-01,318713.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年3月
|
| 159 |
+
household_consumption,2024-04-01,313300.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年4月
|
| 160 |
+
household_consumption,2024-05-01,290328.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年5月
|
| 161 |
+
household_consumption,2024-06-01,280888.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年6月
|
| 162 |
+
household_consumption,2024-07-01,290931.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年7月
|
| 163 |
+
household_consumption,2024-08-01,297487.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年8月
|
| 164 |
+
household_consumption,2024-09-01,287963.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年9月
|
| 165 |
+
household_consumption,2024-10-01,305819.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年10月
|
| 166 |
+
household_consumption,2024-11-01,295518.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年11月
|
| 167 |
+
household_consumption,2024-12-01,352633.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2024年12月
|
| 168 |
+
household_consumption,2025-01-01,305521.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年1月
|
| 169 |
+
household_consumption,2025-02-01,290511.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年2月
|
| 170 |
+
household_consumption,2025-03-01,339232.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年3月
|
| 171 |
+
household_consumption,2025-04-01,325717.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年4月
|
| 172 |
+
household_consumption,2025-05-01,316085.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年5月
|
| 173 |
+
household_consumption,2025-06-01,295419.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年6月
|
| 174 |
+
household_consumption,2025-07-01,305694.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年7月
|
| 175 |
+
household_consumption,2025-08-01,313977.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年8月
|
| 176 |
+
household_consumption,2025-09-01,303214.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年9月
|
| 177 |
+
household_consumption,2025-10-01,306872.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年10月
|
| 178 |
+
household_consumption,2025-11-01,314242.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年11月
|
| 179 |
+
household_consumption,2025-12-01,351522.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2025年12月
|
| 180 |
+
household_consumption,2026-01-01,307584.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2026年1月
|
| 181 |
+
household_consumption,2026-02-01,289391.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2026年2月
|
| 182 |
+
household_consumption,2026-03-01,334701.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2026年3月
|
| 183 |
+
household_consumption,2026-04-01,328969.0,yen,monthly,household,0002070001,Statistics Bureau of Japan (MIC),2026年4月
|
| 184 |
+
unemployment_rate,2021-05-01,3.1,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年5月
|
| 185 |
+
unemployment_rate,2021-06-01,3.0,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年6月
|
| 186 |
+
unemployment_rate,2021-07-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年7月
|
| 187 |
+
unemployment_rate,2021-08-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年8月
|
| 188 |
+
unemployment_rate,2021-09-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年9月
|
| 189 |
+
unemployment_rate,2021-10-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年10月
|
| 190 |
+
unemployment_rate,2021-11-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年11月
|
| 191 |
+
unemployment_rate,2021-12-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2021年12月
|
| 192 |
+
unemployment_rate,2022-01-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年1月
|
| 193 |
+
unemployment_rate,2022-02-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年2月
|
| 194 |
+
unemployment_rate,2022-03-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年3月
|
| 195 |
+
unemployment_rate,2022-04-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年4月
|
| 196 |
+
unemployment_rate,2022-05-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年5月
|
| 197 |
+
unemployment_rate,2022-06-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年6月
|
| 198 |
+
unemployment_rate,2022-07-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年7月
|
| 199 |
+
unemployment_rate,2022-08-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年8月
|
| 200 |
+
unemployment_rate,2022-09-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年9月
|
| 201 |
+
unemployment_rate,2022-10-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年10月
|
| 202 |
+
unemployment_rate,2022-11-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年11月
|
| 203 |
+
unemployment_rate,2022-12-01,2.3,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2022年12月
|
| 204 |
+
unemployment_rate,2023-01-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年1月
|
| 205 |
+
unemployment_rate,2023-02-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年2月
|
| 206 |
+
unemployment_rate,2023-03-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年3月
|
| 207 |
+
unemployment_rate,2023-04-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年4月
|
| 208 |
+
unemployment_rate,2023-05-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年5月
|
| 209 |
+
unemployment_rate,2023-06-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年6月
|
| 210 |
+
unemployment_rate,2023-07-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年7月
|
| 211 |
+
unemployment_rate,2023-08-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年8月
|
| 212 |
+
unemployment_rate,2023-09-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年9月
|
| 213 |
+
unemployment_rate,2023-10-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年10月
|
| 214 |
+
unemployment_rate,2023-11-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年11月
|
| 215 |
+
unemployment_rate,2023-12-01,2.3,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2023年12月
|
| 216 |
+
unemployment_rate,2024-01-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年1月
|
| 217 |
+
unemployment_rate,2024-02-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年2月
|
| 218 |
+
unemployment_rate,2024-03-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年3月
|
| 219 |
+
unemployment_rate,2024-04-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年4月
|
| 220 |
+
unemployment_rate,2024-05-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年5月
|
| 221 |
+
unemployment_rate,2024-06-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年6月
|
| 222 |
+
unemployment_rate,2024-07-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年7月
|
| 223 |
+
unemployment_rate,2024-08-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年8月
|
| 224 |
+
unemployment_rate,2024-09-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年9月
|
| 225 |
+
unemployment_rate,2024-10-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年10月
|
| 226 |
+
unemployment_rate,2024-11-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年11月
|
| 227 |
+
unemployment_rate,2024-12-01,2.2,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2024年12月
|
| 228 |
+
unemployment_rate,2025-01-01,2.3,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年1月
|
| 229 |
+
unemployment_rate,2025-02-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年2月
|
| 230 |
+
unemployment_rate,2025-03-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年3月
|
| 231 |
+
unemployment_rate,2025-04-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年4月
|
| 232 |
+
unemployment_rate,2025-05-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年5月
|
| 233 |
+
unemployment_rate,2025-06-01,2.5,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年6月
|
| 234 |
+
unemployment_rate,2025-07-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年7月
|
| 235 |
+
unemployment_rate,2025-08-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年8月
|
| 236 |
+
unemployment_rate,2025-09-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年9月
|
| 237 |
+
unemployment_rate,2025-10-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年10月
|
| 238 |
+
unemployment_rate,2025-11-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年11月
|
| 239 |
+
unemployment_rate,2025-12-01,2.4,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2025年12月
|
| 240 |
+
unemployment_rate,2026-01-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2026年1月
|
| 241 |
+
unemployment_rate,2026-02-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2026年2月
|
| 242 |
+
unemployment_rate,2026-03-01,2.8,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2026年3月
|
| 243 |
+
unemployment_rate,2026-04-01,2.7,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2026年4月
|
| 244 |
+
unemployment_rate,2026-05-01,2.6,percent,monthly,labour,0003005865,Statistics Bureau of Japan (MIC),2026年5月
|
manifest.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"provenance": "live e-Stat API",
|
| 3 |
+
"synthetic_sample": false,
|
| 4 |
+
"watermark": "real e-Stat data",
|
| 5 |
+
"attribution": "Source: Portal Site of Official Statistics of Japan (e-Stat), compiled by the respective ministries. Provided under the Government of Japan Standard Terms of Use (v2.0), compatible with CC BY 4.0.",
|
| 6 |
+
"license": "CC BY 4.0",
|
| 7 |
+
"verification": {
|
| 8 |
+
"sampled": 15,
|
| 9 |
+
"matched": 15,
|
| 10 |
+
"all_matched": true
|
| 11 |
+
},
|
| 12 |
+
"guardian_passed": true,
|
| 13 |
+
"transform_stats": {
|
| 14 |
+
"cpi": {
|
| 15 |
+
"dropped_duplicates": 0,
|
| 16 |
+
"unmatched_values": 336
|
| 17 |
+
},
|
| 18 |
+
"labour": {
|
| 19 |
+
"dropped_duplicates": 0,
|
| 20 |
+
"unmatched_values": 0
|
| 21 |
+
},
|
| 22 |
+
"household": {
|
| 23 |
+
"dropped_duplicates": 0,
|
| 24 |
+
"unmatched_values": 0
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"edition": "free",
|
| 28 |
+
"rows_wide": 61,
|
| 29 |
+
"rows_long": 243,
|
| 30 |
+
"indicators": [
|
| 31 |
+
"cpi_all_items",
|
| 32 |
+
"cpi_all_items_less_fresh_food",
|
| 33 |
+
"household_consumption",
|
| 34 |
+
"unemployment_rate"
|
| 35 |
+
],
|
| 36 |
+
"date_min": "2021-05-01",
|
| 37 |
+
"date_max": "2026-05-01",
|
| 38 |
+
"files": [
|
| 39 |
+
"data.csv",
|
| 40 |
+
"data.parquet",
|
| 41 |
+
"data_long.csv"
|
| 42 |
+
]
|
| 43 |
+
}
|
package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"platform": "huggingface",
|
| 3 |
+
"edition": "free",
|
| 4 |
+
"files": [
|
| 5 |
+
"data.csv",
|
| 6 |
+
"data.parquet",
|
| 7 |
+
"data_long.csv",
|
| 8 |
+
"manifest.json",
|
| 9 |
+
"README.md"
|
| 10 |
+
],
|
| 11 |
+
"source_dir": "data/live/free",
|
| 12 |
+
"synthetic_sample": false,
|
| 13 |
+
"watermark": "real e-Stat data",
|
| 14 |
+
"license": "CC BY 4.0",
|
| 15 |
+
"date_min": "2021-05-01",
|
| 16 |
+
"date_max": "2026-05-01",
|
| 17 |
+
"indicators": [
|
| 18 |
+
"cpi_all_items",
|
| 19 |
+
"cpi_all_items_less_fresh_food",
|
| 20 |
+
"household_consumption",
|
| 21 |
+
"unemployment_rate"
|
| 22 |
+
]
|
| 23 |
+
}
|