Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR begins the work of making TaxData compatible with the 2015 PUF. There are three main parts:
impute_pencon.py
, I raise the maximum allowable wages from $30 million to $124 million. I'm assuming that $30 million was chosen because the highest reported wages in the 2011 PUF were ~$29 million, and not for a specific reason. In the 2015 PUF, the highest reported wages are ~$123 million.I still haven't successfully created a working PUF. I'm running into an issue with pension contribution imputation. Not all of the wage/age group combinations for imputation have earners in the PUF. This is the error message I get when using the 2015 CPS as another donor file:
I'm going to try using different CPS years and see if that helps. Once I've done that I'll try creating weights, and modify
createpuf.py
to be more flexible about which CPS and PUF year are used.cc @jdebacker