Skip to content

Commit 0a1fbb6

Browse files
committed
generate report
1 parent b61c1bd commit 0a1fbb6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

slides/larger-than-RAM-datasets_DuckDB_parquet.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<meta name="generator" content="quarto-1.4.549">
445445

446446
<meta name="author" content="John Little">
447-
<meta name="dcterms.date" content="2024-02-26">
447+
<meta name="dcterms.date" content="2024-02-27">
448448
<title>R for Lunch</title>
449449
<meta name="apple-mobile-web-app-capable" content="yes">
450450
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
@@ -1163,7 +1163,7 @@ <h1 class="title">R for Lunch</h1>
11631163
</div>
11641164
</div>
11651165

1166-
<p class="date">2024-02-26</p>
1166+
<p class="date">2024-02-27</p>
11671167
</section>
11681168
<section id="todays-topic" class="slide level2">
11691169
<h2>Today’s topic</h2>
@@ -1298,17 +1298,6 @@ <h2>DuckDB vs SQLite</h2>
12981298
<li>Analytics oriented v. Simplicity</li>
12991299
</ul>
13001300
</section>
1301-
<section id="parquet-files" class="slide level2">
1302-
<h2>Parquet files</h2>
1303-
<ul>
1304-
<li>An alternative to CSV files</li>
1305-
<li>Column oriented file <span style="font-size: large; color: gray;">(unlike row-oriented CSV files)</span></li>
1306-
<li>Compression <span style="font-size: large; color: gray;">(column oriented saves storage space and speeds up analytics)</span></li>
1307-
<li>Can handle complex <strong>data types</strong></li>
1308-
<li>Easy to import into R <code>arrow::open_dataset(&quot;data_parquet&quot;)</code></li>
1309-
<li>Easy to convert to DuckDB: <code>arrow::to_duckdb()</code></li>
1310-
</ul>
1311-
</section>
13121301
<section id="duckdb-works-with" class="slide level2">
13131302
<h2>DuckDB works with</h2>
13141303
<ul>
@@ -1324,10 +1313,21 @@ <h2>DuckDB works with</h2>
13241313
<h2>There are duckdb extensions</h2>
13251314
<ul>
13261315
<li>support for JSON</li>
1327-
<li>support for Parquet files</li>
1316+
<li>support for parquet files</li>
13281317
<li>spatial extensions</li>
13291318
</ul>
13301319
</section>
1320+
<section id="parquet-files" class="slide level2">
1321+
<h2>Parquet files</h2>
1322+
<ul>
1323+
<li>An alternative to CSV files</li>
1324+
<li>Column oriented file <span style="font-size: large; color: gray;">(unlike row-oriented CSV files)</span></li>
1325+
<li>Compression <span style="font-size: large; color: gray;">(column oriented saves storage space and speeds up analytics)</span></li>
1326+
<li>Can handle complex <strong>data types</strong></li>
1327+
<li>Easy to import into R <code>arrow::open_dataset(&quot;data_parquet&quot;)</code></li>
1328+
<li>Easy to convert to DuckDB: <code>arrow::to_duckdb()</code></li>
1329+
</ul>
1330+
</section>
13311331
<section id="we-are-here-to-help" class="title-slide slide level1 center">
13321332
<h1>We are here to help</h1>
13331333
<ul>

0 commit comments

Comments
 (0)