Create a column-by-column Excel data cleaning plan

작성자: AILesson8 분 소요테스트::ChatGPT검토일: 2026-08-28

빠른 답변

Inspect field meanings and define reversible cleaning rules before changing data. 제공할 내용: Dataset purpose, Columns and intended meanings, Representative rows and known issues. 예상 결과: A prioritized cleaning plan, validation rules, and audit columns.

1

맥락 추가

텍스트는 이 브라우저에 유지됩니다. AILesson Prompts는 이를 모델이나 서버로 보내지 않습니다.

2

프롬프트

채워지지 않은 필드는 플레이스홀더로 표시되므로 프롬프트를 복사하고 편집할 수 있습니다

Design a reversible Excel data-cleaning plan.

Dataset purpose:
[purpose]

Columns and intended meanings:
[schema]

Representative rows and known issues:
[sample]

Do not edit or discard values yet. Profile each column for type, blanks, uniqueness, allowed values, formatting, and cross-field consistency. Separate harmless presentation differences from changes that alter meaning. Return:
1. Blocking questions and assumptions
2. Column-by-column issue table with evidence
3. Cleaning rule, validation rule, and exception handling for each issue
4. Recommended helper/audit columns
5. Safe execution order with a preserved raw copy
6. Before/after tests and a rollback method

Never infer missing identities, categories, dates, or business facts from appearance alone.
Playground에서 사용해 보기
기본적으로 비공개프롬프트 구성은 브라우저에서 로컬로 이루어집니다. 조직에서 허용하지 않는 한 기밀 정보를 AI 서비스에 입력하지 마세요.

입력에서 결과까지

적용 예시

구체적인 맥락이 이 레시피를 바로 사용할 수 있는 결과로 바꾸는 방법을 확인하세요

실제 입력

Dataset purpose
Prepare a customer export for CRM import and regional sales counts. The CRM requires a unique Customer ID, a valid email or blank, ISO country codes, and an ISO signup date.
Columns and intended meanings
CustomerID required unique text; Email optional; Country required ISO alpha-2; SignupDate required date; Status one of Active, Paused, Closed.
Representative rows and known issues
C-001 | ANA@EXAMPLE.COM | United Kingdom | 3/4/26 | active; C-002 | blank | UK | 2026-04-03 | Paused; C-002 | ana2@example.com | GB | 04/03/2026 | Active; C-004 | bad-address | U.K. | blank | closed.

예시 출력

Blocking questions

Confirm the source locale for 3/4/26 and 04/03/2026, the authoritative record for duplicate C-002, and whether a missing signup date blocks import. These cannot be inferred safely.

ColumnEvidenceCleaning ruleValidation / exception
CustomerIDC-002 repeatsTrim only; do not mergeCOUNTIF must equal 1; route duplicates to review
Emailuppercase, blank, malformedTrim and lowercase; preserve blankBasic structural check; flag bad-address
CountryUnited Kingdom, UK, GB, U.K.Map confirmed aliases to GBReject unmapped values
SignupDateISO plus ambiguous numeric textPreserve ISO; convert only after locale confirmationFlag ambiguous and blank values
Statuscase variationMap case-insensitively to approved labelsReject other values

Create RawValue, CleanValue, RuleApplied, and ReviewReason columns or a separate audit sheet. Duplicate the source sheet as Raw_ReadOnly, record row count and a checksum of CustomerID values, then clean helper columns in the order: keys → required fields → dates → controlled labels → optional fields. Import only rows with no ReviewReason. Reconcile final row count, unique key count, rejected rows, and each mapping total to the raw copy. Roll back by discarding the clean sheet; never overwrite Raw_ReadOnly.

효과가 있는 이유

  1. 1

    Profiling before mutation prevents cosmetic cleanup from changing business meaning.

  2. 2

    Raw copies and audit columns make every transformation reviewable and reversible.

결과 확인

  • Is every cleaning rule tied to a stated field meaning or allowed value?

  • Can exceptional rows be reviewed without being overwritten?

  • Can the cleaned result be reconciled to the raw row count and keys?

안심하고 사용하세요

자주 묻는 질문

이 레시피를 언제 사용해야 하는지, 무엇을 제공해야 하는지, 그리고 어떤 부분에서 사람의 검토가 여전히 중요한지에 대한 실용적인 답변

What should I prepare before using “Create a column-by-column Excel data cleaning plan”?

For “Create a column-by-column Excel data cleaning plan,” prepare Dataset purpose, Columns and intended meanings, and Representative rows and known issues. Replace placeholders only with information you can verify. If a detail is unknown, preserve that uncertainty explicitly instead of asking the model to infer it.

When is the “Create a column-by-column Excel data cleaning plan” result not ready to use?

The result is not ready if it does not yet deliver the stated outcome—A prioritized cleaning plan, validation rules, and audit columns—from the supplied evidence, or if it relies on unresolved assumptions, missing approvals, or invented details. Use the checks as release gates: revise the source inputs or assign a named, authorized reviewer instead of polishing an unsupported output.

Which AI tools have recorded tests for “Create a column-by-column Excel data cleaning plan”?

The published test record for “Create a column-by-column Excel data cleaning plan” lists ChatGPT as of 2026-08-28. This confirms recorded runs, not guaranteed compatibility or identical results in later product versions. For another tool or version, keep every constraint visible and repeat the result checks before use.

더 많은 탐색 방법

이 레시피가 적합한 상황

작업을 계속 진행하세요