🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
For Own
Iterate over own object properties using lodash _.forOwn
Data & TablesGet Path
Get a value at a path using lodash _.get
Data & TablesHas In Path
Check if a path exists using lodash _.hasIn
Data & TablesHas Path
Check if a path exists using lodash _.has
Data & TablesInvert By
Invert keys grouped by values using lodash _.invertBy
Data & TablesInvert Object
Invert keys and values using lodash _.invert
Data & TablesKeys In List
List own and inherited keys using lodash _.keysIn
Data & TablesKeys List
List own enumerable keys using lodash _.keys
Data & TablesAssign In Object
Assign own and inherited properties using lodash _.assignIn
Data & TablesAssign Object
Assign source properties to a target object using lodash _.assign
Data & TablesCount By
Count items by a derived key using lodash _.countBy
Data & TablesDefaults Deep
Apply deep default values using lodash _.defaultsDeep
Data & Tables