Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw committed Jun 5, 2024
1 parent 5c54dce commit 64f6049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
032debc1
99be1c95
2 changes: 1 addition & 1 deletion euroncap_2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h3 class="anchored" data-anchor-id="model-column-expression">2.2 <code>Model</c
</div>
</div>
<div class="callout-body-container callout-body">
<p>You may also find the <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.concat_str.html">pl.concat_str()</a> function relevant; it’s worth exploring for additional insights. Additionally, the <code>gt</code> documentation provides an <a href="https://github.com/posit-dev/great-tables/blob/main/docs/examples/sports-earnings/index.ipynb">example</a> of how to perform a similar operation using <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.Expr.map_elements.html">pl.map_elements()</a>.</p>
<p>You may also find the <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.concat_str.html">pl.concat_str()</a> function relevant; it’s worth exploring for additional insights. Additionally, the <code>gt</code> documentation provides an <a href="https://github.com/posit-dev/great-tables/blob/main/docs/examples/sports-earnings/index.ipynb">example</a> of how to perform a similar operation using <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.Expr.map_elements.html">pl.Expr.map_elements()</a>.</p>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h3 class="anchored" data-anchor-id="model-column-expression">2.2 <code>Model</c
</div>
</div>
<div class="callout-body-container callout-body">
<p>You may also find the <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.concat_str.html">pl.concat_str()</a> function relevant; it’s worth exploring for additional insights. Additionally, the <code>gt</code> documentation provides an <a href="https://github.com/posit-dev/great-tables/blob/main/docs/examples/sports-earnings/index.ipynb">example</a> of how to perform a similar operation using <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.Expr.map_elements.html">pl.map_elements()</a>.</p>
<p>You may also find the <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.concat_str.html">pl.concat_str()</a> function relevant; it’s worth exploring for additional insights. Additionally, the <code>gt</code> documentation provides an <a href="https://github.com/posit-dev/great-tables/blob/main/docs/examples/sports-earnings/index.ipynb">example</a> of how to perform a similar operation using <a href="https://docs.pola.rs/py-polars/html/reference/expressions/api/polars.Expr.map_elements.html">pl.Expr.map_elements()</a>.</p>
</div>
</div>
</section>
Expand Down

0 comments on commit 64f6049

Please sign in to comment.