Skip to main content

When to use which

ORCA gives you three different ways to fix data quality issues. Pick the right tool for the job: This page covers auto-remediation. The other two link out.

How it works

ORCA’s remediation engine analyzes your existing quality results and generates a fix plan tailored to each column’s data type and detected issues. The process is preview first, apply second — you always review changes before they’re made.
1

Preview

ORCA generates a remediation plan with strategy selection and before/after samples.
2

Select

Choose which fixes to apply using checkboxes. Some strategies require manual review and cannot be auto-applied.
3

Apply

ORCA creates a new remediated copy of your file. The original is never modified.
4

Review

See what changed with a detailed change log showing row counts and before/after values.

Strategy types

Null imputation

Fills missing values based on the column’s semantic type: Example — age column with 12% nulls:
ORCA picks median over mean because revenue/age/price columns are typically right-skewed; mean would drag values toward outliers.

Deduplication

Removes exact duplicate rows, keeping the first occurrence. Applied at the file level (all columns compared).

Format standardization

Normalizes inconsistent formats: Example — signup_date column with mixed formats:
Example — email column with inconsistent casing and whitespace:

Outlier treatment (winsorization)

For numeric columns with detected outliers, extreme values at both tails of the distribution are capped to a percentile near each end of the distribution. This reduces the influence of a few extreme rows on downstream models without removing the rows themselves.

Manual review

Some issues cannot be auto-fixed:
  • GDPR fields — require human decision on data handling
  • Orphaned references — require cross-file resolution
  • Non-numeric anomalies — flagged for review
These appear in the plan but cannot be selected for auto-fix. They are marked with a “Manual” label in the remediation panel.

Score impact

Each remediation action has an estimated impact on your AI readiness score, depending on the type of issue and which dimension it falls under: The estimated score improvement is shown in the plan summary. Actual improvement varies based on the specific data distribution and which dimensions were dragging the score down. For the full list of dimensions and how they combine, see the AI Readiness methodology.

Best practices

Start with high-impact fixes — null imputation on critical columns has the biggest score impact.
  1. Review samples carefully — check the before/after previews to ensure the strategy is appropriate
  2. Apply in batches — apply a few fixes, re-score, then decide on next steps
  3. Keep originals — ORCA always preserves your original file, but downloading a backup is good practice
  4. Re-run AI readiness after remediation to see updated scores and potentially generate an assessment report