Data Processing
Merge and join multiple tables with various join types (inner, left, right, full)
multi-table-joinerData Processing
Convert between different object key-value formats and manipulate object structures
object-key-value-converterData Analysis
Comprehensive normality testing using multiple statistical methods
normality-testerData Analysis
Define input distributions (normal/uniform/lognormal/triangular), write a formula, run thousands of trials, and get the output distribution histogram with confidence intervals.
monte-carlo-simulation-builderData Processing
Comprehensive missing value detection, analysis, and intelligent handling with multiple strategies
missing-value-handlerData Processing
Batch redact sensitive data from logs using configurable rules and multiple strategies
log-redactorData Processing
Parse Apache/Nginx access logs using regex patterns and extract structured data
log-parserData Processing
Merge multiple markdown files with smart header level adjustment and table of contents generation
markdown-mergerData Analysis
Import created→started→resolved timestamps from CSV (Jira-style or simple) and get flow metrics the way agile coaches read them: lead/cycle time percentiles, WIP age, throughput per day/week/month, a cumulative flow diagram and a Little's Law consistency check.
kanban-cycle-time-throughput-coachData Processing
Turn .ipynb into a # %% Python script and detect out-of-order, hidden, and deleted state
jupyter-notebook-to-reproducible-script-linearizerData Processing
List own and inherited keys using lodash _.keysIn
keys-in-listData Processing
List own enumerable keys using lodash _.keys
keys-list