Data Processing
Remove duplicates from an array using lodash _.uniq
uniq-arrayData Processing
Remove duplicates from an array using lodash _.uniqBy with a property path
uniq-byData Processing
Remove duplicates using lodash _.uniqWith and deep equality
uniq-withData Processing
Split grouped arrays using lodash _.unzip
unzip-arraysData Analysis
Forecast future periods from CSV or JSON time-series data and inspect trend, seasonal, and residual decomposition in one report
time-series-forecast-seasonality-analyzerData Analysis
Upload CSV or JSON time series data, detect anomalies with Z-Score and IQR methods, and return a chart-backed report
time-series-anomaly-detectorData Processing
Merge multiple text files with various strategies (concatenate, interleave, etc.)
txt-mergerData Processing
Format and beautify VBA code for better readability
vba-formatterData Processing
Remove specific values from an array using lodash _.pull
pull-valuesData Processing
Extract tables from PDFs with OpenDataLoader and export them as structured JSON, flat CSV, or HTML tables
pdf-table-extractor-to-csv-jsonData Processing
Scan text/logs for potential PII (Personally Identifiable Information) and annotate positions and types for redaction and compliance checking
pii-finderData Analysis
Generate interactive pivot tables from CSV/JSON data with customizable row, column, and value field configurations
pivot-table-generator