🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
Uniq Array
Remove duplicates from an array using lodash _.uniq
Data & TablesUniq By
Remove duplicates from an array using lodash _.uniqBy with a property path
Data & TablesUniq With
Remove duplicates using lodash _.uniqWith and deep equality
Data & TablesUnzip Arrays
Split grouped arrays using lodash _.unzip
Data & TablesWithout Values
Remove specified values from an array using lodash _.without
Data & TablesXor Arrays
Compute the symmetric difference of arrays using lodash _.xor
Data & TablesZip Arrays
Combine arrays by index using lodash _.zip
Data & TablesZip Object
Create an object from keys and values using lodash _.zipObject
Data & TablesIntersection Arrays
Find common values across multiple arrays using lodash _.intersection
Data & TablesJoin Array
Join array items into a single string with a custom separator
Data & TablesLast Item
Get the last item from an array using lodash _.last
Data & TablesNth Item
Get the item at a specific index using lodash _.nth
Data & Tables