Draft
Conversation
113743f to
14a0b59
Compare
14a0b59 to
1a152b0
Compare
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
person_countforwic > 0in the training target config.Source
USDA FNS exact workbook: WIC Program Participation and Costs, National Level Annual Summary, sheet
Annual Participation and costs, FY 2024 row. The workbook is linked from the FNS WIC Data Tables page under National Level Annual Summary and has data as of April 10, 2026.FY 2024 values used:
Also shown in the same row but not used as the dollar target:
Validation
uv run ruff format --check policyengine_us_data/db/etl_national_targets.py tests/unit/test_etl_national_targets.py tests/unit/calibration/test_target_config.pyuv run ruff check policyengine_us_data/db/etl_national_targets.py tests/unit/test_etl_national_targets.py tests/unit/calibration/test_target_config.pyuv run pytest tests/unit/test_etl_national_targets.py tests/unit/calibration/test_target_config.pyuv run python - <<'PY' ... extract_national_targets(year=2024) ... PY