mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
typofix
This commit is contained in:
parent
5146dd7f90
commit
4c26b479f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ is normally distributed.`,
|
|||
{
|
||||
name: "antimode",
|
||||
class: FUNC_CLASS_STATS,
|
||||
help: `Returns the most frequently occurring value in an array or map. Returns error for non-array/non-map types. Values are stringified for comparison, so for example string "1" and integer 1 are not distinct. In cases of ties, first-found wins.`,
|
||||
help: `Returns the least frequently occurring value in an array or map. Returns error for non-array/non-map types. Values are stringified for comparison, so for example string "1" and integer 1 are not distinct. In cases of ties, first-found wins.`,
|
||||
unaryFunc: bifs.BIF_antimode,
|
||||
examples: []string{
|
||||
`antimode([3,3,4,4,4]) is 3`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue