🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Defaults Object

Apply default values to an object using lodash _.defaults

Data & Tables

Find Key

Find the first matching key using lodash _.findKey

Data & Tables

For In Object

Iterate over object properties using lodash _.forIn

Data & Tables

Group By

Group items by a derived key using lodash _.groupBy

Data & Tables

Slice Array

Extract a section of an array using lodash _.slice

Data & Tables

Sorted Index

Find the insertion index in a sorted array using lodash _.sortedIndex

Data & Tables

Sorted Unique

Remove duplicates from a sorted array using lodash _.sortedUniq

Data & Tables

Sorted Unique By

Remove duplicates from a sorted array using lodash _.sortedUniqBy

Data & Tables

Tail Items

Return all but the first array item using lodash _.tail

Data & Tables

Take Items

Take the first N items using lodash _.take

Data & Tables

Take Right Items

Take the last N items using lodash _.takeRight

Data & Tables

Take While

Take items while a predicate matches using lodash _.takeWhile

Data & Tables