🧩 Data Processing

Transform, clean, and process datasets

Back to Tools

Assign Object

Assign source properties to a target object using lodash _.assign

Data Processing

Assign In Object

Assign own and inherited properties using lodash _.assignIn

Data Processing

Group By

Group items by a derived key using lodash _.groupBy

Data Processing

Count By

Count items by a derived key using lodash _.countBy

Data Processing

Uniq With

Remove duplicates using lodash _.uniqWith and deep equality

Data Processing

Zip Object

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

Data Processing

Uniq By

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

Data Processing

Uniq Array

Remove duplicates from an array using lodash _.uniq

Data Processing

Without Values

Remove specified values from an array using lodash _.without

Data Processing

Unzip Arrays

Split grouped arrays using lodash _.unzip

Data Processing

Xor Arrays

Compute the symmetric difference of arrays using lodash _.xor

Data Processing

Zip Arrays

Combine arrays by index using lodash _.zip

Data Processing