Skip to content

Commit 8aed909

Browse files
committed
Update filter.md
1 parent fe9e9bd commit 8aed909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/man/filter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The `filter` and `filter!` functions are two shortcuts which wrap the `byrow` an
2121
`filter(ds, cols; [view = false, type = all,...])` is the shortcut for `ds[byrow(ds, type, cols; ...), :]`, and `filter!(ds, cols; [type = all, ...])` is the shortcut for `deleteat![ds, .!byrow(ds, type, cols; ...))`.
2222

2323
> Note, by default `type` is set to `all`.
24+
> Users can use `delete` and `delete!` as shortcuts for `ds[.!byrow(ds, type, cols; ...), :]` and `deleteat![ds, byrow(ds, type, cols; ...))`, respectively.
2425
2526
### Examples
2627

0 commit comments

Comments
 (0)