🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Pull Values

Remove specific values from an array using lodash _.pull

Data & Tables

Remove By Predicate

Remove items that match a predicate using lodash _.remove

Data & Tables

Reverse Array

Reverse an array using lodash _.reverse

Data & Tables

Flatten Array

Flatten array one level deep using lodash _.flatten

Data & Tables

Flatten Deep Array

Flatten array completely using lodash _.flattenDeep

Data & Tables

Flatten Depth Array

Flatten array to specified depth using lodash _.flattenDepth

Data & Tables

From Pairs

Convert array of key-value pairs to object using lodash _.fromPairs

Data & Tables

Head Item

Get the first element of array using lodash _.head

Data & Tables

Index Of

Find the index of a value in array using lodash _.indexOf

Data & Tables

Initial Items

Get all elements except the last using lodash _.initial

Data & Tables

Chunk Array

Split array into chunks of specified size using lodash _.chunk

Data & Tables

Compact Array

Remove falsey values from array using lodash _.compact

Data & Tables