Skip to content

Clean hh_id in ppathl + add berufsständische Altersvorsorge + add pwealth#74

Open
MImmesberger wants to merge 6 commits intoboilerplatefrom
fix-hh-id-ppathl
Open

Clean hh_id in ppathl + add berufsständische Altersvorsorge + add pwealth#74
MImmesberger wants to merge 6 commits intoboilerplatefrom
fix-hh-id-ppathl

Conversation

@MImmesberger
Copy link
Copy Markdown
Collaborator

@MImmesberger MImmesberger commented Mar 28, 2026

Changes

Merging ppathl with other modules failed in my pipeline because hh_id contained negative ints (missings). All other modules use uint32 dtype for hh_id, but in ppathl the dtype was resolved to int32 because of the negative ints. This leads to merging errors because pandas tries to assign int32 values to a uint32 column.

It might be a good idea to check index columns before merging for dtype consistency, would yield a more readable error.

Also adds berufsständische AV and a pwealth cleaning script.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@MImmesberger MImmesberger changed the title Clean hh_id in ppathl Clean hh_id in ppathl + add berufsständische Altersvorsorge Mar 28, 2026
@MImmesberger MImmesberger changed the title Clean hh_id in ppathl + add berufsständische Altersvorsorge Clean hh_id in ppathl + add berufsständische Altersvorsorge + add pwealth Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant