Brian Dew
Brian Dew
`bd_CPS_id.ipynb` skips months prior to May 1995. I could try to generate IDs for the 1989-93 data with the current code. I could also try to customize the code to...
Pretty confident that I've figured out the 1993-1994 match process (since variables differ). If I match by HHID, STATE, and match the last digit of HHID2 (1994-onward) to H-HHNUM (1993),...
Because the pre-1995-break data are not going to change (whereas the CPS_id is going to be generated for new months), I could create a new cell in `bd_CPS_id.ipynb` that adds...
Part of the problem here (which I run into often) is that I do not outline (in words) what is done by `bd_CPS_id.ipynb` meaning how the IDs are generated. This...
See #75
Related to problem described in #155