Skip to course content
Free course

Data Analysis and Visualization with Python / Resources

Learner resource

Cleaning Log Template

Use this while cleaning data. A cleaning log helps another person understand what changed and why.

Dataset name:

Notebook:

Date:

Starting checks

CheckResultNotes
Row count before cleaning
Column count before cleaning
Duplicate rows found
Missing values found
Invalid values found
Date parsing issues found

Cleaning decisions

StepColumn(s)Problem foundAction takenReasonRows affectedFollow-up check
1
2
3

Values changed or standardized

ColumnOriginal value(s)New valueReason

Rows removed

ReasonRow countWhy removal is acceptable

Missing-value treatment

ColumnMissing countTreatmentWhy

Final checks

CheckResultNotes
Row count after cleaning
Column count after cleaning
Required columns present
Expected ranges valid
Category values standardized

Limitation note

What cleaning choice could affect the final analysis?