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

More edits of the docs/usage/data.md documentation file #2869

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/usage/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ file.

The [tax-microdata
repository](https://github.com/PSLmodels/tax-microdata-benchmarking)
produces an input variables file (`tmd.csv`), a national weights file
(`tmd_weights.csv.gz`), and a variable growth factors file
produces an input variables file (`tmd.csv.gz`), a national weights
file (`tmd_weights.csv.gz`), and a variable growth factors file
(`tmd_growfactors.csv`) that can be used with the Tax-Calculator
package beginning with the 3.6.0 release. The TMD files are available
only to users who have purchased their own version of the 2015 IRS-SOI
PUF. For those users, the three TMD files are avaiable from the
tax-microdata repository. These three TMD files can be used with
PUF. For those users, the TMD files are avaiable from the
tax-microdata repository. The three TMD files can be used with
Tax-Calculator in two ways:
- with the **Python API** by instantiating a GrowFactors object that
uses TMD factors [`gf = GrowFactors("path/to/tmd_growfactors.csv")`]
uses TMD growth factors [`gf=GrowFactors("path/to/tmd_growfactors.csv")`]
and by using the `Records.tmd_constructor()` and
`Policy.tmd_constructor()` static methods to instantiate a Records
object and a Policy object, or
- with the **CLI tool**, `tc`, when the three TMD files are all in
the same folder.
the same folder and the `tmd.csv.gz` file has been unzipped.

## Using other data with Tax-Calculator

Expand Down
Loading