The README's "Population analysis" quickstart passes datasets=["enhanced_frs_2023_24"] to pe.uk.ensure_datasets and reads datasets["enhanced_frs_2023_24_2026"], but the certified UK default since bundle 4.18+ is populace_uk_2023 (private HF repo, HUGGING_FACE_TOKEN). Found while rebuilding policyengine-skills (PolicyEngine/policyengine-skills#61), whose skills now teach the Populace names — the README is the remaining place pointing newcomers at the superseded dataset.
Suggested fix: default the example to pe.us (public data, runs without a token) or update the UK example to populace_uk_2023 with the token note.
🤖 Generated with Claude Code
The README's "Population analysis" quickstart passes
datasets=["enhanced_frs_2023_24"]tope.uk.ensure_datasetsand readsdatasets["enhanced_frs_2023_24_2026"], but the certified UK default since bundle 4.18+ ispopulace_uk_2023(private HF repo, HUGGING_FACE_TOKEN). Found while rebuilding policyengine-skills (PolicyEngine/policyengine-skills#61), whose skills now teach the Populace names — the README is the remaining place pointing newcomers at the superseded dataset.Suggested fix: default the example to
pe.us(public data, runs without a token) or update the UK example topopulace_uk_2023with the token note.🤖 Generated with Claude Code