We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa236b9 commit a9f9254Copy full SHA for a9f9254
tutorials/parquet.qmd
@@ -6,7 +6,6 @@ Let's query Eric's parquet file using duckdb+parquet
6
7
```{ojs}
8
//| code-fold: true
9
-//| output: false
10
//
11
12
parquet_path = 'https://storage.googleapis.com/opencontext-parquet/oc_isamples_pqg.parquet';
@@ -34,14 +33,11 @@ rows1k = {
34
33
document.getElementById("loading_2").hidden = true;
35
return Inputs.table(data);
36
}
37
-```
38
-
39
-```{ojs}
40
-//| code-fold: true
41
42
md`There are ${row_count} rows in the source <code>${parquet_path}</code>.`
43
```
44
+
45
<div>
46
<div id="loading_1">Loading type counts...</div>
47
${results}
0 commit comments