Use NI-specific age profiles for demographic targets#313
Open
vahid-ahmadi wants to merge 2 commits intomainfrom
Open
Use NI-specific age profiles for demographic targets#313vahid-ahmadi wants to merge 2 commits intomainfrom
vahid-ahmadi wants to merge 2 commits intomainfrom
Conversation
NI constituencies and local authorities were filled with UK-wide mean age profiles, ignoring that NI has a younger population. Now uses NI-specific age distribution from ONS subnational projections. - Update fill_missing_age_demographics.py (both constituency and LA) to use country-specific means instead of UK-wide mean - Regenerate age.csv files with NI-specific profiles - Add 6 tests verifying NI profiles differ from UK mean, Scotland has distinct profiles, and NI young share exceeds UK average Closes #64 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Document data sources in both README.md files: House of Commons Library, Nomis, ONS subnational projections, NISRA - Expand from 6 to 13 tests: add expected counts, age-sum-to-all, no negatives, NI younger share (LA level), country presence checks Co-Authored-By: Claude Opus 4.6 <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.
Summary
fill_missing_age_demographics.pyscripts (constituency and LA) to group by country code prefix when computing fill valuesage.csvfiles with corrected NI profilesTest plan
Closes #64
🤖 Generated with Claude Code