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
27 changes: 18 additions & 9 deletions migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,31 +82,37 @@ datasets:

ames_house_prices.csv:
pilot: P5
status: landed
status: repointed
# A new dataset, not a migration: these bytes have never lived in a lecture
# repo, so there is no prior pattern to move away from. The consuming
# lecture is new too and lands with the interim raw URL already in place;
# flip to `repointed` when QuantEcon/lecture-python-intro#XXX merges.
# repo, so there is no prior pattern to move away from. It landed together
# with its consuming lecture, which is new and read the interim raw URL
# from its first commit.
prior_pattern: none
landed:
pr: QuantEcon/data-lectures#27
date: 2026-08-03
repoints: []
repoints:
- repo: QuantEcon/lecture-python-intro
pr: QuantEcon/lecture-python-intro#811
date: 2026-08-03
cutover: null

japan_deaths_by_age.csv:
pilot: P5
status: landed
status: repointed
prior_pattern: none
landed:
pr: QuantEcon/data-lectures#27
date: 2026-08-03
repoints: []
repoints:
- repo: QuantEcon/lecture-python-intro
pr: QuantEcon/lecture-python-intro#811
date: 2026-08-03
cutover: null

us_adult_heights.csv:
pilot: P5
status: landed
status: repointed
# Migrated out of lecture-python-intro, where it was added by #790 with no
# committed builder. The builder was recovered during this migration and
# reproduces the file byte for byte, so it lands as `committed` rather than
Expand All @@ -115,7 +121,10 @@ datasets:
landed:
pr: QuantEcon/data-lectures#27
date: 2026-08-03
repoints: []
repoints:
- repo: QuantEcon/lecture-python-intro
pr: QuantEcon/lecture-python-intro#811
date: 2026-08-03
cutover: null

# Planned waves that have not landed anything here yet. `datasets` names the
Expand Down
6 changes: 5 additions & 1 deletion scripts/audit_annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,13 @@ api:
series: SI.POV.GINI, NY.GDP.PCAP.KD
pedagogy: mixed
note: demonstrates searching for the Gini series ID with wbgapi
lecture-python-intro:prob_dist:yfinance:
lecture-python-intro:observed_distributions:yfinance:
series: AMZN, COST
pedagogy: incidental
note: >
moved here from prob_dist by lecture-python-intro#811, which split the
observed-data half of that lecture into observed_distributions; prob_dist
no longer calls yfinance
lecture-python-programming:pandas:wbgapi:
series: GC.DOD.TOTL.GD.ZS
pedagogy: lesson
Expand Down
Loading