Skip to content

Commit 5862b29

Browse files
authored
fix: 💄 small fixes to formatting of Parquet slides (#175)
# Description The slide font was too big, and some slides should have been split into two rather than one. This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent d54d3d6 commit 5862b29

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

posts/parquet-dst-2025/slides.qmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ format:
1212
slide-number: true
1313
---
1414

15-
# Outline for this presentation {.center}
15+
# Outline {.center}
1616

1717
1. Refresher: How Denmark Statistics currently stores data.
1818

@@ -85,9 +85,7 @@ E.g. Stata will create `.dta` files, doubling storage needs.
8585

8686
# Parquet file format {.center}
8787

88-
::: aside
8988
<https://parquet.apache.org/>
90-
:::
9189

9290
## Parquet is a column-based data storage format {.center}
9391

@@ -134,7 +132,7 @@ age,30{2},25,32,31,40,39,50
134132
diabetes,0,1,0{2},1,0{3}
135133
```
136134

137-
### Loading
135+
## Loading data is faster {.center}
138136

139137
- Computers read by lines.
140138
- Per line = same data type.

posts/parquet-dst-2025/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-- scss:defaults --*/
22

3-
$presentation-font-size-root: 48px !default;
3+
$presentation-font-size-root: 38px !default;
44
$presentation-h1-font-size: 2em !default;
55
$presentation-h2-font-size: 1.5em !default;
66
$code-block-font-size: 0.85em !default;

0 commit comments

Comments
 (0)