Data Analysis
Analyze data skewness to measure the asymmetry of probability distribution and identify data patterns
skewness-analyzerData Analysis
Comprehensive standard deviation analysis with variability assessment, confidence intervals, and practical insights
standard-deviation-analyzerData Processing
Build Excel formulas with common functions and operators
excel-formula-builderData Processing
Generate simple VBA macros for Excel automation
excel-macro-generatorData Processing
Format and beautify VBA code for better readability
vba-formatterData 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
Remove specific values from an array using lodash _.pull
pull-valuesData 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-generatorData Processing
Upload a CSV file or paste CSV text, remove duplicate rows using exact or fuzzy matching, and download a cleaned CSV.
csv-deduplicate-rowsData Processing
Infer a relational schema from CSV data and generate create-table plus ALTER migration plans for PostgreSQL, MySQL, SQLite, or SQL Server
csv-to-database-migration-plannerData Analysis
Detect class imbalance in CSV or JSON datasets, compare resampling strategies, and preview a balanced output dataset
dataset-imbalance-detector-resampler