🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Uniq Array

Remove duplicates from an array using lodash _.uniq

Data & Tables

Uniq By

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

Data & Tables

Uniq With

Remove duplicates using lodash _.uniqWith and deep equality

Data & Tables

Unzip Arrays

Split grouped arrays using lodash _.unzip

Data & Tables

Without Values

Remove specified values from an array using lodash _.without

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

Zip Object

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

Data & Tables

Intersection Arrays

Find common values across multiple arrays using lodash _.intersection

Data & Tables

Join Array

Join array items into a single string with a custom separator

Data & Tables

Last Item

Get the last item from an array using lodash _.last

Data & Tables

Nth Item

Get the item at a specific index using lodash _.nth

Data & Tables