Nearest¶
Find the nearest elements in a list to a given value.
A count limits how many of the closest elements are returned.
Strings are compared by edit distance.
Nearest¶Find the nearest elements in a list to a given value.
A count limits how many of the closest elements are returned.
Strings are compared by edit distance.