Updated 5 months ago
dedupe
:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
Updated 6 months ago
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
Updated 6 months ago
@stdlib/iter-intersection-by-hash
Create an iterator which returns the intersection of two or more iterators according to a hash function.
Updated 6 months ago
@stdlib/iter-dedupe-by
Create an iterator which removes consecutive values that resolve to the same value according to a provided function.