Commit e73500f
P2 pilot: add the pandas_panel trio (realwage, countries, employ) with manifests (#17)
* P2 pilot: add the pandas_panel trio (realwage, countries, employ) with manifests
Second pilot (PLAN Phase 8, P2) — the cross-series shared-static case: three
files consumed by BOTH lecture-python-programming and lecture-python.myst via
their own-repo copies today, migrated here to a single canonical copy each.
- realwage.csv — OECD real minimum wages (CC BY 4.0); constructed, builder
unrecovered (inherited).
- employ.csv — Eurostat employment (reuse w/ attribution, Decision
2011/833/EU); constructed, builder unrecovered (inherited).
- countries.csv — WorldData.info country table; verbatim. Source is
all-rights-reserved (restricted) — cached as an inherited exposure (served by
the lectures for years), recorded honestly and logged for licence review in
QuantEcon/workspace-lectures#20. AGENTS.md gains a one-line exception for this
already-served case; it must be resolved before data.quantecon.org goes
public.
Integrity: each file is byte-identical across the two consuming repos (compared
2026-07-17) and its manifest sha256 matches the committed bytes, so the repoints
cannot change lecture output. Upstream provenance is `unverifiable` for all
three (inherited, undated, no builder) — recorded honestly per the P1 pattern.
Repoints in the two lecture repos follow as separate PRs. Part of
QuantEcon/meta#338; retires the last of the pandas_panel legacy-repo references.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* P2: correct countries.csv 'Dialing prefix' dtype to string
Copilot review (data-lectures#17): the column holds non-integer values for
territories with hyphenated prefixes (1-684, 599-9, 44-1624, 1-284, 1-670,
1-721, 1-649), so int64 was inaccurate and would break a schema-enforcing
validator. pandas reads it as object/string.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2ee7ca1 commit e73500f
7 files changed
Lines changed: 17027 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
0 commit comments