Plan the Transformation Before Coding
Unit ID: M10-U02 Estimated active time: 25-35 minutes
Write ordered steps in ordinary language:
- load raw text fields;
- verify source columns;
- copy to working data;
- clean identifiers and categories;
- parse numeric fields;
- collect every rejection reason;
- create clean and rejected tables;
- derive only documented fields;
- calculate bounded summaries;
- export and reload outputs; and
- restart and run all.
For each step, name its input and output. If a step mixes validation, transformation, display, and file writing, divide it.
The plan is assessment evidence because it lets a reviewer compare intended rules with actual code.
