Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions scripts/audit_annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading