-
Notifications
You must be signed in to change notification settings - Fork 6
Add EITC childless families analysis notebook #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Analyzes childless families by EITC phase status using state-specific datasets.
Features:
- Uses state datasets (hf://policyengine/policyengine-us-data/states/{STATE}.h5)
- 5 phase statuses: No income, Pre-phase-in, Full amount, Partially phased out, Fully phased out
- Weighted household counts and percentages by state
- Separate summary CSVs for 2024 and 2025
- Includes federal and state EITC amounts
- Household characteristics: marital status, age, AGI
Fixes PolicyEngine#99
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added detailed comments and docstrings throughout the notebook to make it easier for recipients to understand, reproduce, and modify the analysis. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Documentation UpdateAdded comprehensive comments and documentation throughout the notebook to make it easy for recipients to understand, reproduce, and modify the analysis: What was added:
The notebook is now fully documented and ready for external recipients who may want to reproduce or modify the analysis. |
Major changes: - Add comprehensive state EITC documentation at beginning (CA, MN, WA, VA, DE, MD) - Add 'Ineligible' phase status tier for SSN/age/investment income failures - Rename 'No income' to 'No earned income' with true zero threshold - Add eitc_eligible variable to data loading - Remove filing status cross-tabulation cells (redundant with CSVs) - Clean up export function to only include loaded columns - Update phase status order and notes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Major Refactoring UpdateNew Features
Code Cleanup
Expected Output ChangesThe summary will now show 6 categories per state:
|
Summary
Adds a comprehensive analysis notebook for childless families receiving EITC, addressing issue #99.
Features
hf://policyengine/policyengine-us-data/states/{STATE}.h5) for better state-level accuracyOutputs
eitc_childless_phase_status_summary_2024.csv- Summary by state and phase status for 2024eitc_childless_phase_status_summary_2025.csv- Summary by state and phase status for 2025Files Changed
eitc_childless_analysis/eitc_childless_analysis.ipynb.gitignoreto exclude large data filesFixes #99
🤖 Generated with Claude Code