Restore the repointed data URLs reverted by the #154 regeneration - #155
Merged
Conversation
The #154 sync was regenerated from its source PR's merge-time snapshot, which predates the test_pwt repoint synced here in #153 — so it reverted two polars.md reads to the source repo's old own-repo URL (a path scheduled for deletion) and rewrote three pandas_panel.md reads to the raw.githubusercontent host form. This restores all five reads to the canonical data-lectures form the English source uses. URL-only; no translated text changes. The underlying regeneration defect is recorded in QuantEcon/action-translation#276. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for majestic-griffin-10b166 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Restores dataset download URLs in the Persian lecture markdown files so they match the canonical locations used by the upstream English source (avoiding reverted URLs that could 404 after scheduled deletions, and standardizing the host form for data-lectures reads).
Changes:
- Repoints two
test_pwt.csvreads inlectures/polars.mdback tohttps://github.com/QuantEcon/data-lectures/raw/main/lectures/test_pwt.csv. - Rewrites three
data-lecturesCSV reads inlectures/pandas_panel.mdto use thegithub.com/.../raw/...canonical form (realwage / countries / employ).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lectures/polars.md | Restores test_pwt.csv reads to data-lectures to avoid old in-repo URLs that may be removed. |
| lectures/pandas_panel.md | Normalizes data-lectures CSV URLs to the canonical github.com/.../raw/... form. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mmcky
added a commit
that referenced
this pull request
Aug 19, 2026
…URL form (#158) Restore .translate/state/{pandas,polars}.md.yml to the versions #153 wrote (source-sha 55c87c9f, the Track D repoint) — #154 overwrote them with the stale snapshot's SHA (d35eb831), making isSourceChanged over-report both lectures as pending. Also revert the pandas_panel.md half of #155: the three data reads return to the raw.githubusercontent form, which is what source main itself serves at its last touch of that file — the regeneration's rewrite there was correct sync content, not stale damage. Measurement and ledger: QuantEcon/action-translation#276. Co-authored-by: Claude Fable 5 <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.
#154 was regenerated from its source PR's merge-time snapshot, which predates the test_pwt repoint this repo synced in #153 — so merging it reverted two polars.md reads to lecture-python-programming's old own-repo URL (a path scheduled for deletion, which would 404 these cells at runtime) and rewrote three pandas_panel.md reads (realwage/countries/employ) from the canonical
github.com/QuantEcon/data-lectures/raw/main/…form to theraw.githubusercontent.comhost form.This restores all five reads to match the English source on lecture-python-programming main. URL-only — no translated text is touched, so there is nothing for the translation pipeline to re-review. The underlying regeneration defect is recorded in QuantEcon/action-translation#276.
🤖 Generated with Claude Code