Data Analysis
Analyze data kurtosis to measure the "tailedness" of distribution and detect heavy-tailed or light-tailed patterns
kurtosis-analyzerData 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
Get the last item from an array using lodash _.last
last-itemData 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
Look up ISO country codes, ccTLD, calling, IOC, M49, FIPS and ISO 3166-2 subdivision data
iso-3166-country-code-tld-and-subdivision-mapperData Processing
Trace JSON field paths, derived dependencies, and transformation history to build a field-level lineage graph
json-data-lineage-tracerData Processing
Query JSON with JSONPath or JMESPath-style expressions, inspect matched paths, and highlight extracted values in the original document
json-path-extractorData Processing
Check if a path exists using lodash _.hasIn
has-in-pathData Processing
Check if a path exists using lodash _.has
has-path