Skip to content

Commit 3ccd49c

Browse files
mmckyclaude
andauthored
long_run_growth: read mpd2020.xlsx from data-lectures (#823)
Repoints the Maddison Project Database at the canonical data repository and removes this repo's own copy, which nothing reads once the URL moves. The served bytes are byte-identical to the copy deleted here -- both are git blob d5076da, and the URL returns sha256 f67af0f, matching the manifest at QuantEcon/data-lectures lectures/mpd2020.xlsx.yml. So this cannot change a figure; only where the bytes come from changes. The lecture assigns data_url once and reuses it for both the `Full data` and `Regional data` reads, so the single line covers all three read sites. Deleting the local copy is safe only because lecture-wasm's long_run_growth moves in the same set -- it fetched this exact blob by URL, and would have 404'd the moment this file went. See QuantEcon/data-lectures PLAN.md, "Repoint rules". Part of the Track A migration. See QuantEcon/data-lectures#8 and QuantEcon/data-lectures#4. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent ebff90f commit 3ccd49c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/datasets/mpd2020.xlsx

-1.68 MB
Binary file not shown.

lectures/long_run_growth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Our objective in this section is to produce a convenient `DataFrame` instance th
8686
Here we read the Maddison data into a pandas `DataFrame`:
8787

8888
```{code-cell} ipython3
89-
data_url = "https://github.com/QuantEcon/lecture-python-intro/raw/main/lectures/datasets/mpd2020.xlsx"
89+
data_url = "https://github.com/QuantEcon/data-lectures/raw/main/lectures/mpd2020.xlsx"
9090
data = pd.read_excel(data_url,
9191
sheet_name='Full data')
9292
data.head()

0 commit comments

Comments
 (0)