Text Fields, Categorisation, and Feature Preparation
By the end of this module you can find the categories a text column is secretly splitting, write a match that does not depend on how someone typed it, build CASE buckets that cannot silently swallow rows, and record your cleaning rules so the result can be reproduced.
Units
- Unit 09.00: Case, whitespace, and the duplicate category
- Unit 09.01: Matching with LIKE and its limits
- Unit 09.02: CASE buckets and the missing ELSE
- Unit 09.03: Splitting and extracting from messy fields
- Unit 09.04: Documenting normalisation so results reproduce
