Skip to content

Commit 474b9d9

Browse files
committed
Update gallery.md
1 parent 517060b commit 474b9d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/man/gallery.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ julia> combine(gatherby(ds, [1, 3], isgathered = true),
250250
(:) => last,
251251
dropgroupcols = true)
252252
7×3 Dataset
253-
Row │ id_last date_last outcome_last
253+
Row │ last_id last_date last_outcome
254254
│ identity identity identity
255255
│ Int64? Date? Bool?
256256
─────┼────────────────────────────────────
@@ -261,6 +261,7 @@ julia> combine(gatherby(ds, [1, 3], isgathered = true),
261261
52 2019-04-22 true
262262
62 2019-05-04 false
263263
73 2019-12-12 true
264+
264265
```
265266
## Joins
266267

@@ -286,7 +287,7 @@ julia> @chain store begin
286287
combine(:employee_ID => length)
287288
end
288289
10×3 Dataset
289-
Row │ store date employee_ID_length
290+
Row │ store date length_employee_ID
290291
│ identity identity identity
291292
│ String? Date? Int64?
292293
─────┼──────────────────────────────────────────
@@ -300,6 +301,7 @@ julia> @chain store begin
300301
8 │ B 2019-10-03 3
301302
9 │ B 2019-10-04 4
302303
10 │ B 2019-10-05 2
304+
303305
```
304306
## Reshape
305307

0 commit comments

Comments
 (0)