taxdata icon indicating copy to clipboard operation
taxdata copied to clipboard

The TaxData project prepares microdata for use with the Tax-Calculator microsimulation project.

Results 83 taxdata issues
Sort by recently updated
recently updated
newest added

This PR begins the work of making TaxData compatible with the 2015 PUF. There are three main parts: 1. I modified the CPS tax unit creation code to allow for...

enhancement
in progress
CPS
PUF

As mentioned in [this comment](https://github.com/PSLmodels/Tax-Calculator/pull/2732#issuecomment-2035446392) (which is part of the Tax-Calculator pull request 2732 discussion), future updates of the `growfactors.csv` file need to use CBO projections of **chained** CPI-U to...

As noticed from [the recent CBO update work](https://github.com/PSLmodels/taxdata/pull/439), the growth factors file has to be rechecked for factors which remain unchanged for the new years When extending to a new...

Issue: The output variable `cmbtp` (estimate of income on AMT Form 6251 but not in AGI) is showing a highly wavering range, from Minimum -23842830 to Maximum 83355100, with expected...

When running make files, it is always required to claim the path of Julia to run stage2.py Specifically, I need to manually run the command ```export PATH="/Applications/Julia-1.7.app/Contents/Resources/julia/bin:$PATH"``` each time Will...

I am working on a Windows 10 machine, which does not natively come with `gzip` installed. I installed GNU zip from GnuWin [here](https://gnuwin32.sourceforge.net/packages/gzip.htm), which as it turns out does not...

The PUF currently splits income between spouses by taking the average split from the CPS by income source. By compressing the heterogeneity in income splits across couples, this results in...

This PR addresses issue #399. The `updatesoi.py` file is used to automatically update our SOI estimates, but the range of indicies used to add up total wages for those with...

bug
PUF
review ready

The total number of population under 18 years old is 94.116118(M) as calculated by ```calc0.weighted_total('nu18')``` This number exceeds the actual number is 74.4(M), as can be found at [this statistics...

Now that #314 has been merged I have a few ideas about the next updates to taxdata we can make. In no particular order: - [ ] #333 - [...