-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create csv file and web page for potential targets for tax filers, drawn from IRS spreadsheets #20
Comments
@martinholmer Thanks for closing. Once we have a contract in place I'll open a new issue with planned steps for states and CDs. |
@donboyd5 said in closed issue #20:
Please make the issues action-oriented so that merging a pull request will close the issue. |
Sounds good.
Sent from my phone; please excuse brevity and speech-to-text errors.
…On Sat, Sep 21, 2024, 2:22 PM Martin Holmer ***@***.***> wrote:
@donboyd5 <https://github.com/donboyd5> said in closed issue #20
<#20>:
Once we have a contract in place I'll open a new issue with planned steps
for states and CDs.
Please make the issues action-oriented so that merging a pull request will
close the issue.
Any commentary that is not immediately action-oriented should be put in a
GitHub Discussion.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR4JGG6LDU67XEXBXI54J3ZXW2OFAVCNFSM6AAAAABEDCAAQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGI3TONJRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@nikhilwoodruff @martinholmer
I wrote code in R to:
The code is written to minimize the risk of error inherent in extracting bits and pieces from different sections of multiple spreadsheets, and to make it easy and low-risk-of-error to add more targets from individual spreadsheets or to add additional IRS spreadsheets.
The data can be used to create summary and distributional targets for PUF variables for tax filers. The data are a superset of variables we'll want for targeting. Hence I call them "potential" targets. In early stages, we'll only target a small number of values. Later, we may target many more, but still not target everything that is in the csv file.
I expect that eventually we'll translate the potential-targets-getting code to python, although that may occur after Phase 3 of the project. The csv file (after review) may be all we need in Phases 2 and 3. Alternatively, we could move the R project into the PSL project.
The text was updated successfully, but these errors were encountered: