🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

For Own

Iterate over own object properties using lodash _.forOwn

Data & Tables

Get Path

Get a value at a path using lodash _.get

Data & Tables

Has In Path

Check if a path exists using lodash _.hasIn

Data & Tables

Has Path

Check if a path exists using lodash _.has

Data & Tables

Invert By

Invert keys grouped by values using lodash _.invertBy

Data & Tables

Invert Object

Invert keys and values using lodash _.invert

Data & Tables

Keys In List

List own and inherited keys using lodash _.keysIn

Data & Tables

Keys List

List own enumerable keys using lodash _.keys

Data & Tables

Assign In Object

Assign own and inherited properties using lodash _.assignIn

Data & Tables

Assign Object

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

Data & Tables

Count By

Count items by a derived key using lodash _.countBy

Data & Tables

Defaults Deep

Apply deep default values using lodash _.defaultsDeep

Data & Tables