🧩 Data Processing
Transform, clean, and process datasets
Assign Object
Assign source properties to a target object using lodash _.assign
Data ProcessingAssign In Object
Assign own and inherited properties using lodash _.assignIn
Data ProcessingGroup By
Group items by a derived key using lodash _.groupBy
Data ProcessingCount By
Count items by a derived key using lodash _.countBy
Data ProcessingUniq With
Remove duplicates using lodash _.uniqWith and deep equality
Data ProcessingZip Object
Create an object from keys and values using lodash _.zipObject
Data ProcessingUniq By
Remove duplicates from an array using lodash _.uniqBy with a property path
Data ProcessingUniq Array
Remove duplicates from an array using lodash _.uniq
Data ProcessingWithout Values
Remove specified values from an array using lodash _.without
Data ProcessingUnzip Arrays
Split grouped arrays using lodash _.unzip
Data ProcessingXor Arrays
Compute the symmetric difference of arrays using lodash _.xor
Data ProcessingZip Arrays
Combine arrays by index using lodash _.zip
Data Processing