Skip to content

Commit 5549d41

Browse files
committed
Update filter.md
1 parent 44eec32 commit 5549d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/man/filter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The `filter` and `filter!` functions are two shortcuts which wrap the `byrow` an
1919

2020
`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; ...))`.
2121

22+
> Note that any function supported by `byrow` can be used with `filter/!` as long as the result of `byrow` is a boolean vector.
23+
2224
### Examples
2325

2426
The first expression creates a data set, and in the second one we use `byrow` to filter `all` rows which the values of all columns are equal to 1.

0 commit comments

Comments
 (0)