You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/missing.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,8 @@ The following functions are also exported by InMemoryDatasets:
115
115
*`lag!` : Replace its input with a lag-k values
116
116
*`lead` : Create a lead-k of the provided vector
117
117
*`lead!` : Replace its input with a lead-k values
118
-
*`topk` : Return top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`. It can also return the indices of the top(bottom) k values.
118
+
*`topk` : Return top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`.
119
+
*`topkperm` : Return the indices of top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`.
119
120
120
121
and the following functions are not exported but are available via `dot` notation:
0 commit comments