Skip to content

Commit db502e4

Browse files
committed
fix missing command
1 parent 0f8a78f commit db502e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/dataframes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ let group = $lf_2
10861086
(polars col value | polars mean | polars as mean)
10871087
]
10881088
1089-
$lf_2 | polars join $group name name
1089+
$lf_2 | polars join $group name name | polars collect
10901090
```
10911091
```output-numd
10921092
╭───┬──────┬───────┬─────┬──────╮

0 commit comments

Comments
 (0)