Data Analysis
Analyze and count numbers within specified ranges or intervals
number-range-statisticsData Analysis
Detect outliers in numerical data using various statistical methods including IQR, Z-score, and modified Z-score
outlier-detectorData Processing
Convert between different object key-value formats and manipulate object structures
object-key-value-converterData Processing
Turn .ipynb into a # %% Python script and detect out-of-order, hidden, and deleted state
jupyter-notebook-to-reproducible-script-linearizerData Processing
Paste multiple number combinations and find which numbers repeat across the whole set, with occurrence counts and group positions.
number-combination-duplicate-finderData Processing
Preview JSONata-style queries and transformations, compare results across sample payloads, and export the transformed output as JSON, CSV, YAML, or Markdown
jsonata-query-transform-studioData Processing
List own and inherited keys using lodash _.keysIn
keys-in-listData Processing
List own enumerable keys using lodash _.keys
keys-listData Processing
Get the item at a specific index using lodash _.nth
nth-itemData Processing
Merge and join multiple tables with various join types (inner, left, right, full)
multi-table-joinerData Processing
Convert flattened key-value pairs back to nested JSON objects with support for different key formats and data type inference
json-unflattenerData Processing
Merge multiple markdown files with smart header level adjustment and table of contents generation
markdown-merger