-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic modifications needed to read CPS input data #1484
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1484 +/- ##
==========================================
+ Coverage 99.71% 99.96% +0.25%
==========================================
Files 40 40
Lines 2795 2806 +11
==========================================
+ Hits 2787 2805 +18
+ Misses 8 1 -7
Continue to review full report at Codecov.
|
Tax-Calculator pull request #1484 is now complete and waiting for the |
Merging Tax-Calculator pull request #1484 that includes the new |
This pull request makes some basic changes to Tax-Calculator that are required in order to read and use CPS input data.
This pull request was developed using two CPS files generated in the taxdata repository after pull request 110 by @andersonfrailey was merged into the master branch:
cps.csv.gz
andcps_weights.csv.gz
.Using the code on this branch and the new CPS input files, a locally-generated conda taxcalc package, which includes the two CPS input files, produces the following aggregate tax results for current-law policy in 2020:
The CPS input data produces more payroll taxes, but less income taxes, than the PUF input data.
@MattHJensen @feenberg @Amy-Xu @andersonfrailey @hdoupe