PSID.jl
PSID.jl copied to clipboard
Quickly assemble data from the Panel Study of Income Dynamics (PSID)
There are a few small changes required to support the 2021 wave, and also to support some changes to aggregated quantities in other recent waves. PSID have this week restored...
Nothing changed in the `Parsers.parse` contract, so this shouldn't cause any problems.
This pull request changes the compat entry for the `DataFrames` package from `0.20.0, 0.21` to `0.20.0, 0.21, 0.22`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `DataFramesMeta` package from `0.5.0` to `0.5.0, 0.6`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `CSV` package from `0.5.16, 0.6, 0.7` to `0.5.16, 0.6, 0.7, 0.8`. This keeps the compat entries for earlier versions. Note: I...
Made the instructions more foolproof for fools like me :)
1. Test more, increasing code coverage. Might need to generate some fake data. 2. Change the Dict key type to String so I can update JSON3 (edit: Done)
On my system (Linux - Pop!_OS 20.04) running `makePSID("user_input.json")` works fine, but it uses a lot of memory (~10gb). However, for some reason the memory is never released after the...
I noticed that a couple of files and hashes may need updating: 1. The PSID codebook is now available (again) on the official website at [https://simba.isr.umich.edu/downloads/PSIDCodebook.zip](url), but that file differs...