Prepare and model data
Data engineering with Dawn
Build a repeatable workflow to clean, join, and validate data.
Use a pipeline when data preparation needs to be reproducible. Start with one useful output, such as a clean orders table, and add complexity after you can explain and verify that output.
Check the findings. Two rows with the same order ID could be a duplicate or two legitimate order lines. Establish the correct rule before deduplicating.
Make ambiguous choices explicit: timezone, currency, null handling, duplicate selection, and treatment of returns. Save durable business definitions in Context.