🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
Uniq With
Remove duplicates using lodash _.uniqWith and deep equality
Data & TablesZip Object
Create an object from keys and values using lodash _.zipObject
Data & TablesUniq By
Remove duplicates from an array using lodash _.uniqBy with a property path
Data & TablesUniq Array
Remove duplicates from an array using lodash _.uniq
Data & TablesWithout Values
Remove specified values from an array using lodash _.without
Data & TablesUnzip Arrays
Split grouped arrays using lodash _.unzip
Data & TablesXor Arrays
Compute the symmetric difference of arrays using lodash _.xor
Data & TablesZip Arrays
Combine arrays by index using lodash _.zip
Data & TablesTake While
Take items while a predicate matches using lodash _.takeWhile
Data & TablesSorted Unique
Remove duplicates from a sorted array using lodash _.sortedUniq
Data & TablesSlice Array
Extract a section of an array using lodash _.slice
Data & TablesSorted Index
Find the insertion index in a sorted array using lodash _.sortedIndex
Data & Tables