migration.yml: mark the P5 datasets repointed - #30
Merged
Conversation
QuantEcon/lecture-python-intro#811 merged, so all three datasets landed in #27 are now read from this repo's interim raw URL by lecture-python-intro: ames_house_prices.csv and japan_deaths_by_age.csv by the new observed_distributions lecture, and us_adult_heights.csv by that lecture and by prob_dist, which dropped its _static/ copy in the same PR. The audit reconciles this file against a scan of the lecture repos, so leaving the records at `landed` while the consumers read the URL would fail the strict build. Also drops a stale comment that told the reader to flip these records once the lecture PR merged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The strict scan flagged lecture-python-intro:observed_distributions:yfinance as unannotated. The reference is not new to the series — #811 split the observed-data half of prob_dist into the new lecture, and the AMZN/COST downloads went with it. So this moves the existing annotation rather than adding one, and drops the prob_dist key, which now describes a call that lecture no longer makes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
QuantEcon/lecture-python-intro#811 has merged, so the three datasets landed in #27 are now read from this repo's interim raw URL:
ames_house_prices.csvobserved_distributions.mdjapan_deaths_by_age.csvobserved_distributions.mdus_adult_heights.csvobserved_distributions.md+prob_dist.md, which dropped its_static/copy in the same PRAll three move
landed→repointedwith the repoint PR recorded. The audit reconciles this file against a fresh scan of the lecture repos, so leaving them atlandedwhile the consumers read the URL is a build failure by design.Also drops a now-stale comment that told the reader to flip these records once the lecture PR merged.
No manifest changes: the
consumerslists were already correct in #27, andscripts/audit_annotations.ymlhas no entries for these files to remove.Note on the
buildcheckIt has been failing on
mainsince before #27 — the scheduled run on 2026-07-27 failed withmissing_annotations: NEWQDATA.csvplus severalmissing_api_annotations, none of them related to this work. Sincedeployis gated onbuild, the published dashboard is not refreshing, so it still shows 4 datasets rather than 7. Happy to clear that annotations backlog in a separate PR if useful.Part of QuantEcon/meta#336
🤖 Generated with Claude Code