You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @prrathi. This looks to be due to the logic of
Taking min(head_age) per hh_id, then incrementing it according to the year (code); in this case, that's 18
Removing records with age < 20 (code); i.e. the first year this hh_id showed up was probably 1975, but it was dropped.
More fundamentally, this shows that the household head for a given household can change, maybe due to death or divorce. @jdebacker, how should these be handled?
For example, these are the instances of
hh_id
of 2029172029001.0 from the data inpsid_lifetime_income.pkl
outputted bypsid_data_setup.py
.The text was updated successfully, but these errors were encountered: