🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Flatten Depth Array

Flatten array to specified depth using lodash _.flattenDepth

Data & Tables

Flatten Array

Flatten array one level deep using lodash _.flatten

Data & Tables

Head Item

Get the first element of array using lodash _.head

Data & Tables

Flatten Deep Array

Flatten array completely using lodash _.flattenDeep

Data & Tables

Index Of

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

Data & Tables

From Pairs

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

Data & Tables

Drop While

Drop items from array while predicate is true using lodash _.dropWhile

Data & Tables

Chunk Array

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

Data & Tables

Concat Arrays

Concatenate multiple arrays using lodash _.concat

Data & Tables

Fill Array

Fill array with value from start to end index using lodash _.fill

Data & Tables

Drop Right Items

Drop last N items from array using lodash _.dropRight

Data & Tables

Difference Arrays

Remove values from array that are present in other arrays using lodash _.difference

Data & Tables