Skip to content

Commit 39509ad

Browse files
authored
Merge pull request #2869 from martinholmer/more-data-docs
More edits of the docs/usage/data.md documentation file
2 parents 949bc32 + a58f8e3 commit 39509ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/usage/data.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ file.
6161

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

8080
## Using other data with Tax-Calculator
8181

0 commit comments

Comments
 (0)