@@ -107,10 +107,8 @@ R for Lunch: a lunchtime learning series\
107
107
108
108
\
109
109
110
-
111
110
::: columns
112
111
::: {.column width="50%"}
113
-
114
112
### {dplyr}
115
113
116
114
```
@@ -122,16 +120,13 @@ mysw |>
122
120
123
121
\
124
122
125
- ::::: {style="font-size: large;"}
126
- - Uses {d** b** plyr} in the background
127
- - Can still compose SQL
128
- :::::
129
-
130
-
123
+ ::: {style="font-size: large;"}
124
+ - Uses {d** b** plyr} in the background\
125
+ - Can still compose SQL
126
+ :::
131
127
:::
132
128
133
129
::: {.column width="50%"}
134
-
135
130
### SQL
136
131
137
132
```
@@ -143,9 +138,6 @@ LIMIT 10
143
138
:::
144
139
:::
145
140
146
-
147
-
148
-
149
141
## DuckDB vs SQLite
150
142
151
143
\
@@ -154,15 +146,6 @@ LIMIT 10
154
146
- Querying vs light-weight apps
155
147
- Analytics oriented v. Simplicity
156
148
157
- ## Parquet files
158
-
159
- - An alternative to CSV files
160
- - Column oriented file [ (unlike row-oriented CSV files)] {style="font-size: large; color: gray;"}
161
- - Compression [ (column oriented saves storage space and speeds up analytics)] {style="font-size: large; color: gray;"}
162
- - Can handle complex ** data types**
163
- - Easy to import into R ` arrow::open_dataset("data_parquet") `
164
- - Easy to convert to DuckDB: ` arrow::to_duckdb() `
165
-
166
149
## DuckDB works with
167
150
168
151
- CSV
@@ -175,9 +158,18 @@ LIMIT 10
175
158
## There are duckdb extensions
176
159
177
160
- support for JSON
178
- - support for Parquet files
161
+ - support for parquet files
179
162
- spatial extensions
180
163
164
+ ## Parquet files
165
+
166
+ - An alternative to CSV files
167
+ - Column oriented file [ (unlike row-oriented CSV files)] {style="font-size: large; color: gray;"}
168
+ - Compression [ (column oriented saves storage space and speeds up analytics)] {style="font-size: large; color: gray;"}
169
+ - Can handle complex ** data types**
170
+ - Easy to import into R ` arrow::open_dataset("data_parquet") `
171
+ - Easy to convert to DuckDB: ` arrow::to_duckdb() `
172
+
181
173
# We are here to help
182
174
183
175
- [ askData
\@ duke.edu
] ( mailto:[email protected] )
0 commit comments