🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Uniq With

Remove duplicates using lodash _.uniqWith and deep equality

Data & Tables

Zip Object

Create an object from keys and values using lodash _.zipObject

Data & Tables

Uniq By

Remove duplicates from an array using lodash _.uniqBy with a property path

Data & Tables

Uniq Array

Remove duplicates from an array using lodash _.uniq

Data & Tables

Without Values

Remove specified values from an array using lodash _.without

Data & Tables

Unzip Arrays

Split grouped arrays using lodash _.unzip

Data & Tables

Xor Arrays

Compute the symmetric difference of arrays using lodash _.xor

Data & Tables

Zip Arrays

Combine arrays by index using lodash _.zip

Data & Tables

Take While

Take items while a predicate matches using lodash _.takeWhile

Data & Tables

Sorted Unique

Remove duplicates from a sorted array using lodash _.sortedUniq

Data & Tables

Slice Array

Extract a section of an array using lodash _.slice

Data & Tables

Sorted Index

Find the insertion index in a sorted array using lodash _.sortedIndex

Data & Tables