🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

Keys In List

List own and inherited keys using lodash _.keysIn

Data & Tables

Get Path

Get a value at a path using lodash _.get

Data & Tables

Invert Object

Invert keys and values using lodash _.invert

Data & Tables

Has Path

Check if a path exists using lodash _.has

Data & Tables

Defaults Object

Apply default values to an object using lodash _.defaults

Data & Tables

Defaults Deep

Apply deep default values using lodash _.defaultsDeep

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

Assign Object

Assign source properties to a target object using lodash _.assign

Data & Tables

Assign In Object

Assign own and inherited properties using lodash _.assignIn

Data & Tables

Group By

Group items by a derived key using lodash _.groupBy

Data & Tables

Count By

Count items by a derived key using lodash _.countBy

Data & Tables