Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1e066df 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jan 15, 2025
1 parent d31f1be commit a41e7bd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _sources/usage/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ 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 TMD files are avaiable from the
PUF. For those users, the TMD files are available 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
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipe00.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="e1950be0-b85f-4177-8316-2370935cb67e">Loading BokehJS ...</span>
<span id="d9903d8c-a9bc-4571-93f0-4863a9850daa">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -848,7 +848,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("e1950be0-b85f-4177-8316-2370935cb67e");
const el = document.getElementById("d9903d8c-a9bc-4571-93f0-4863a9850daa");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -982,7 +982,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("e1950be0-b85f-4177-8316-2370935cb67e")).parents('.cell').data().cell;
const cell = $(document.getElementById("d9903d8c-a9bc-4571-93f0-4863a9850daa")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe04.html
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ <h1>Recipe 4: Estimating Differential Reform Response<a class="headerlink" href=
ALL 204.484 3.811 1.19
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2086/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2134/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
gbydf = vdf.groupby(&#39;table_row&#39;, as_index=False)
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion usage/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h3>2015 IRS public use data (<code class="docutils literal notranslate"><span c
(<code class="docutils literal notranslate"><span class="pre">tmd_growfactors.csv</span></code>) 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 TMD files are avaiable from the
PUF. For those users, the TMD files are available from the
tax-microdata repository. The three TMD files can be used with
Tax-Calculator in two ways:</p>
<ul class="simple">
Expand Down

0 comments on commit a41e7bd

Please sign in to comment.