Skip to content
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

Open
donboyd5 opened this issue Mar 2, 2024 · 0 comments

Comments

@donboyd5
Copy link
Collaborator

donboyd5 commented Mar 2, 2024

@nikhilwoodruff @martinholmer

I wrote code in R to:

  • Get IRS spreadsheets that contain summary data about tax filers for various years.
  • Extract and organize the relevant data
  • Save the data with potential targets to a csv file in this folder
  • Create a web page that
    • has the code (folded)
    • displays the potential targets in a Datatable explorer that allows filtering and sorting
    • has links to the code and to other relevant information

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant