Data Processing
Paste one or two columns of numbers and get the complete descriptive suite — mean/median/mode, sample and population variance, type-7 quartiles and percentiles, MAD, adjusted skewness and kurtosis, Tukey outliers — plus covariance, Pearson r, tie-corrected Spearman rho and least-squares regression for two columns.
general-statistics-calculatorData Processing
Paste a JSON payload from any sports API (ESPN, TheSportsDB, balldontlie, football-data.org, api-sports.io) and get it rendered as a clean scoreboard with winners highlighted and game statuses.
sports-data-json-visualizerData 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
Compare two CSV or XLSX datasets and export a PDF report with row, column, and cell-level differences
csv-excel-diff-toolData 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
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
Get a value at a path using lodash _.get
get-pathData Processing
Check if a path exists using lodash _.hasIn
has-in-pathData Processing
Check if a path exists using lodash _.has
has-pathData Processing
Assign own and inherited properties using lodash _.assignIn
assign-in-objectData Processing
Assign source properties to a target object using lodash _.assign
assign-object