Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 4, 2023
1 parent cf5fbcd commit a547693
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0d0b08cd
7c2b2d55
144 changes: 72 additions & 72 deletions benchmarking.html

Large diffs are not rendered by default.

Binary file modified benchmarking_files/figure-html/final-results-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions data_manipulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -977,12 +977,12 @@ <h2 data-number="2.4" class="anchored" data-anchor-id="filter-rows"><span class=
<span id="cb87-8"><a href="#cb87-8" aria-hidden="true" tabindex="-1"></a> )</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>Unit: milliseconds
expr min lq mean median uq
Without telling col1 is sorted 16.8292 19.26230 20.28964 19.74155 21.03345
Telling col1 is sorted 2.1937 2.63195 3.06047 3.01305 3.29305
expr min lq mean median uq
Without telling col1 is sorted 11.7320 12.49360 12.775551 12.78765 13.02635
Telling col1 is sorted 1.8355 2.10485 2.289834 2.26110 2.42480
max neval
28.6123 100
4.6473 100</code></pre>
16.0328 100
2.9762 100</code></pre>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion import_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h4 data-number="3.1.1.3" class="anchored" data-anchor-id="from-an-url"><span cl
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>pl<span class="sc">$</span><span class="fu">read_csv</span>(<span class="st">"https://j.mp/iriscsv"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stderr">
<pre><code>tmp file placed in
/tmp/Rtmpy20iyq/https...j.mp.iriscsv</code></pre>
/tmp/RtmpaxmmZX/https...j.mp.iriscsv</code></pre>
</div>
<div class="cell-output cell-output-stdout">
<pre><code>shape: (150, 5)
Expand Down
158 changes: 79 additions & 79 deletions lazy_execution.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,21 +488,21 @@ <h3 data-number="4.2.2" class="anchored" data-anchor-id="limits-of-lazy-mode"><s
<span id="cb14-15"><a href="#cb14-15" aria-hidden="true" tabindex="-1"></a> <span class="fu">collect</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>shape: (21, 3)
┌────────────────────────────┬──────────┬───────────┐
│ region ┆ Gold ┆ Platinium │
│ --- ┆ --- ┆ --- │
│ str ┆ f64 ┆ f64 │
╞════════════════════════════╪══════════╪═══════════╡
Languedoc-Roussillon ┆ 54.0 ┆ null
Lorraine ┆ null ┆ 81.0
Midi-Pyrénées ┆ 47.02069 ┆ null │
Provence-Alpes-Côte d'Azur ┆ 43.0 ┆ null │
│ … ┆ … ┆ … │
Picardie ┆ 60.0 ┆ null │
Champagne-Ardenne ┆ null ┆ null │
Île-de-France ┆ 40.0 ┆ 68.0
Corse ┆ 76.0 ┆ null │
└────────────────────────────┴──────────┴───────────┘</code></pre>
┌─────────────────┬───────────┬───────────┐
│ region ┆ Gold ┆ Platinium │
│ --- ┆ --- ┆ --- │
│ str ┆ f64 ┆ f64 │
╞═════════════════╪═══════════╪═══════════╡
null ┆ 60.422772 ┆ 81.0
Rhône-Alpes ┆ 60.8004 ┆ 70.784124
Corse ┆ null ┆ null │
Bretagne ┆ 48.082977 ┆ null │
│ … ┆ … ┆ … │
Haute-Normandie ┆ null ┆ null │
Picardie ┆ null ┆ null │
Franche-Comté ┆ 60.0 ┆ null
Basse-Normandie ┆ null ┆ null │
└─────────────────┴───────────┴───────────┘</code></pre>
</div>
</div>
</section>
Expand All @@ -528,21 +528,21 @@ <h3 data-number="4.3.1" class="anchored" data-anchor-id="from-a-dataframe"><span
<span id="cb16-6"><a href="#cb16-6" aria-hidden="true" tabindex="-1"></a> <span class="fu">filter</span>(</span>
<span id="cb16-7"><a href="#cb16-7" aria-hidden="true" tabindex="-1"></a> pl<span class="sc">$</span><span class="fu">col</span>(<span class="st">"region"</span>) <span class="sc">==</span> <span class="st">"Aquitaine"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>shape: (1_044, 3)
<pre><code>shape: (6_233, 3)
┌───────────┬────────────────┬──────────┐
│ region ┆ departement ┆ priority │
│ --- ┆ --- ┆ --- │
│ str ┆ str ┆ cat │
╞═══════════╪════════════════╪══════════╡
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ … ┆ … ┆ … │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ … ┆ … ┆ … │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
│ Aquitaine ┆ null ┆ Bronze │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
└───────────┴────────────────┴──────────┘</code></pre>
</div>
<div class="sourceCode cell-code" id="cb18"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand All @@ -562,26 +562,26 @@ <h3 data-number="4.3.1" class="anchored" data-anchor-id="from-a-dataframe"><span
<span id="cb20-8"><a href="#cb20-8" aria-hidden="true" tabindex="-1"></a> pl<span class="sc">$</span><span class="fu">col</span>(<span class="st">"region"</span>) <span class="sc">==</span> <span class="st">"Aquitaine"</span>)<span class="sc">$</span></span>
<span id="cb20-9"><a href="#cb20-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">collect</span>() <span class="co"># don't forget collect() here!</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>shape: (1_044, 3)
<pre><code>shape: (6_233, 3)
┌───────────┬────────────────┬──────────┐
│ region ┆ departement ┆ priority │
│ --- ┆ --- ┆ --- │
│ str ┆ str ┆ cat │
╞═══════════╪════════════════╪══════════╡
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ … ┆ … ┆ … │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Lot-et-Garonne ┆ Gold │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ Aquitaine ┆ Dordogne ┆ Silver │
│ … ┆ … ┆ … │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
│ Aquitaine ┆ null ┆ Bronze │
│ Aquitaine ┆ Lot-et-Garonne ┆ Bronze │
└───────────┴────────────────┴──────────┘</code></pre>
</div>
<div class="sourceCode cell-code" id="cb22"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb22-1"><a href="#cb22-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>0.097 sec elapsed</code></pre>
<pre><code>0.096 sec elapsed</code></pre>
</div>
</div>
</section>
Expand All @@ -607,20 +607,20 @@ <h3 data-number="4.3.2" class="anchored" data-anchor-id="from-a-csv-file"><span
│ --- ┆ --- ┆ --- │
│ str ┆ str ┆ f64 │
╞═════════════════╪═══════════╪═══════════╡
Côtes-d'Armor ┆ Bronze ┆ 24.2
│ Ille-et-Vilaine ┆ Gold ┆ null │
│ Ille-et-Vilaine ┆ Silver ┆ 68.0
Morbihan ┆ Bronze ┆ 37.0 │
Finistère ┆ Gold ┆ null
│ Morbihan ┆ Silver41.0
Finistère ┆ Bronze ┆ 36.23828
NA ┆ Platinium ┆ 78.724672
Ille-et-Vilaine ┆ Bronze ┆ null
Finistère ┆ Gold ┆ 28.0
│ Ille-et-Vilaine ┆ Platinium ┆ null │
│ Ille-et-Vilaine ┆ Silver ┆ 36.002427
Côtes-d'Armor ┆ Bronze ┆ 18.0 │
Côtes-d'Armor ┆ Silver ┆ 32.0
│ Morbihan ┆ Bronze29.301381
Côtes-d'Armor ┆ Gold ┆ 54.0
Finistère ┆ Bronze ┆ 18.0
NA ┆ Gold ┆ 67.0
└─────────────────┴───────────┴───────────┘</code></pre>
</div>
<div class="sourceCode cell-code" id="cb26"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>0.133 sec elapsed</code></pre>
<pre><code>0.127 sec elapsed</code></pre>
</div>
</div>
<p>… while the <code>lazy</code> method is represented by the <code>pl$scan_csv()</code>:</p>
Expand All @@ -643,15 +643,15 @@ <h3 data-number="4.3.2" class="anchored" data-anchor-id="from-a-csv-file"><span
│ --- ┆ --- ┆ --- │
│ str ┆ str ┆ f64 │
╞═════════════════╪═══════════╪═══════════╡
│ Ille-et-Vilaine ┆ Silver ┆ 68.0
Morbihan ┆ Silver41.0 │
│ Côtes-d'Armor ┆ Bronze24.2
Morbihan ┆ Bronze ┆ 37.0 │
Finistère ┆ Bronze ┆ 36.23828
│ Ille-et-Vilaine ┆ Bronze ┆ null │
│ Finistère ┆ Gold ┆ null
NA ┆ Platinium ┆ 78.724672
Ille-et-Vilaine ┆ Gold ┆ null
│ Ille-et-Vilaine ┆ Silver ┆ 36.002427
Finistère ┆ Bronze18.0 │
│ Côtes-d'Armor ┆ Silver32.0
Côtes-d'Armor ┆ Bronze ┆ 18.0 │
Morbihan ┆ Bronze ┆ 29.301381
│ Ille-et-Vilaine ┆ Platinium ┆ null │
│ Finistère ┆ Gold ┆ 28.0
Côtes-d'Armor ┆ Gold ┆ 54.0
NA ┆ Gold ┆ 67.0
└─────────────────┴───────────┴───────────┘</code></pre>
</div>
<div class="sourceCode cell-code" id="cb30"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb30-1"><a href="#cb30-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand All @@ -677,19 +677,19 @@ <h3 data-number="4.3.3" class="anchored" data-anchor-id="from-a-parquet-file"><s
# Groups: departement [5]
departement priority mymean
&lt;chr&gt; &lt;fct&gt; &lt;dbl&gt;
1 Côtes-d'Armor Bronze 24.2
2 Finistère Gold NaN
3 Finistère Bronze 36.2
4 Ille-et-Vilaine Bronze NaN
5 Ille-et-Vilaine Silver 68
6 Ille-et-Vilaine Gold NaN
7 Morbihan Bronze 37
8 Morbihan Silver 41
9 &lt;NA&gt; Platinium 78.7</code></pre>
1 Côtes-d'Armor Silver 32
2 Côtes-d'Armor Gold 54
3 Côtes-d'Armor Bronze 18
4 Finistère Gold 28
5 Finistère Bronze 18
6 Ille-et-Vilaine Silver 36.0
7 Ille-et-Vilaine Platinium NaN
8 Morbihan Bronze 29.3
9 &lt;NA&gt; Gold 67 </code></pre>
</div>
<div class="sourceCode cell-code" id="cb34"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb34-1"><a href="#cb34-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>0.335 sec elapsed</code></pre>
<pre><code>0.283 sec elapsed</code></pre>
</div>
</div>
<div class="cell">
Expand All @@ -709,20 +709,20 @@ <h3 data-number="4.3.3" class="anchored" data-anchor-id="from-a-parquet-file"><s
│ --- ┆ --- ┆ --- │
│ str ┆ cat ┆ f64 │
╞═════════════════╪═══════════╪═══════════╡
│ null ┆ Platinium ┆ 78.724672
│ Côtes-d'Armor ┆ Bronze24.2
Finistère ┆ Bronze ┆ 36.23828
Finistère ┆ Gold ┆ null
Ille-et-Vilaine ┆ Bronze ┆ null
Ille-et-Vilaine ┆ Silver68.0 │
│ Ille-et-Vilaine ┆ Gold ┆ null
Morbihan ┆ Bronze ┆ 37.0
│ Morbihan ┆ Silver41.0
│ null ┆ Gold ┆ 67.0
│ Côtes-d'Armor ┆ Silver32.0
Côtes-d'Armor ┆ Gold ┆ 54.0
Côtes-d'Armor ┆ Bronze ┆ 18.0
Finistère ┆ Gold ┆ 28.0
Finistère ┆ Bronze18.0 │
│ Ille-et-Vilaine ┆ Silver ┆ 36.002427
Ille-et-Vilaine ┆ Platinium ┆ null
│ Morbihan ┆ Bronze29.301381
└─────────────────┴───────────┴───────────┘</code></pre>
</div>
<div class="sourceCode cell-code" id="cb38"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb38-1"><a href="#cb38-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>0.017 sec elapsed</code></pre>
<pre><code>0.016 sec elapsed</code></pre>
</div>
</div>
<p>And it’s another victory for the <code>lazy</code> execution!</p>
Expand Down Expand Up @@ -750,19 +750,19 @@ <h3 data-number="4.3.3" class="anchored" data-anchor-id="from-a-parquet-file"><s
# Groups: departement [5]
departement priority mymean
&lt;chr&gt; &lt;fct&gt; &lt;dbl&gt;
1 Côtes-d'Armor Bronze 24.2
2 Finistère Gold NaN
3 Finistère Bronze 36.2
4 Ille-et-Vilaine Bronze NaN
5 Ille-et-Vilaine Silver 68
6 Ille-et-Vilaine Gold NaN
7 Morbihan Bronze 37
8 Morbihan Silver 41
9 &lt;NA&gt; Platinium 78.7</code></pre>
1 Côtes-d'Armor Silver 32
2 Côtes-d'Armor Gold 54
3 Côtes-d'Armor Bronze 18
4 Finistère Gold 28
5 Finistère Bronze 18
6 Ille-et-Vilaine Silver 36.0
7 Ille-et-Vilaine Platinium NaN
8 Morbihan Bronze 29.3
9 &lt;NA&gt; Gold 67 </code></pre>
</div>
<div class="sourceCode cell-code" id="cb42"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb42-1"><a href="#cb42-1" aria-hidden="true" tabindex="-1"></a><span class="fu">toc</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>0.151 sec elapsed</code></pre>
<pre><code>0.122 sec elapsed</code></pre>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit a547693

Please sign in to comment.