New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
A column is missing a chunk of its values and three people on the team each fill the gaps a different way.
What you'll have at the end
One written rule per column, drop the row, fill with a stated value, or flag it unknown, applied consistently.
You need
You have a table where one column has real gaps, blank cells or NULLs, not typos, and a way to run a query or count against it, a spreadsheet or a SQL client both work.
Not covered
Statistically guessing the missing value from other columns you already have, useful only when one of those columns actually points to the real answer; this recipe covers the more common case where none of them do.
Leans on
Checked 26 Aug 2026
Part of the Data Cleaning and Validation for Analysts cookbook