From ed25106841722c199e3c63c05dc0ee7c787fd63b Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Tue, 4 Aug 2026 07:02:01 +1000 Subject: [PATCH] japan_population_by_age: mark repointed, drop the xlsx annotation QuantEcon/lecture-python-intro#821 merged, so prob_dist reads the CSV published here and the e-Stat workbook is gone from the lecture repo. The record moves from `landed` to `repointed`, and the annotation for japan_population_by_age.xlsx is removed. That entry was kept in #33 only because the scan reads each lecture repo's main, where the workbook was still being fetched; with the last read gone, an annotation for it would describe a file no lecture references. This closes the migration of the two datasets #790 added, and with them the last data committed into lecture-python-intro under the old conventions. Part of QuantEcon/meta#336 Co-Authored-By: Claude Opus 5 (1M context) --- migration.yml | 11 +++++++---- scripts/audit_annotations.yml | 9 --------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/migration.yml b/migration.yml index 6562adf..a8e45f5 100644 --- a/migration.yml +++ b/migration.yml @@ -157,16 +157,19 @@ datasets: japan_population_by_age.csv: pilot: P5 - status: landed + status: repointed # Migrated out of lecture-python-intro, which held an e-Stat export with no # recorded provenance. Rebuilt from the same table at its publisher, the - # Statistics Bureau, whose copy has a stable URL; the figures are identical. - # Flip to `repointed` when the lecture PR merges. + # Statistics Bureau, whose copy has a stable URL; the figures are identical, + # so the repoint left lecture output unchanged. prior_pattern: local-path landed: pr: QuantEcon/data-lectures#33 date: 2026-08-04 - repoints: [] + repoints: + - repo: QuantEcon/lecture-python-intro + pr: QuantEcon/lecture-python-intro#821 + date: 2026-08-04 cutover: null # Planned waves that have not landed anything here yet. `datasets` names the diff --git a/scripts/audit_annotations.yml b/scripts/audit_annotations.yml index f682c01..d436831 100644 --- a/scripts/audit_annotations.yml +++ b/scripts/audit_annotations.yml @@ -114,15 +114,6 @@ datasets: description: FRED-derived snapshot provenance: constructed-committed note: make_data.py + README beside the data - japan_population_by_age.xlsx: - description: Japan population by age (prob_dist PMF example) - provenance: author-assembled - note: > - an e-Stat export with no recorded provenance, added by - lecture-python-intro#790. Superseded by japan_population_by_age.csv, - which is rebuilt from the Statistics Bureau original and manifested - here; this entry goes when the lecture repoints and the xlsx leaves the - lecture repo life-expectancy-vs-gdp-per-capita.csv: description: Our World in Data, life expectancy vs GDP per capita provenance: verbatim