🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
Defaults Object
Apply default values to an object using lodash _.defaults
Data & TablesFind Key
Find the first matching key using lodash _.findKey
Data & TablesFor In Object
Iterate over object properties using lodash _.forIn
Data & TablesGroup By
Group items by a derived key using lodash _.groupBy
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 & TablesSorted Unique
Remove duplicates from a sorted array using lodash _.sortedUniq
Data & TablesSorted Unique By
Remove duplicates from a sorted array using lodash _.sortedUniqBy
Data & TablesTail Items
Return all but the first array item using lodash _.tail
Data & TablesTake Items
Take the first N items using lodash _.take
Data & TablesTake Right Items
Take the last N items using lodash _.takeRight
Data & TablesTake While
Take items while a predicate matches using lodash _.takeWhile
Data & Tables