✅ Data Validation Lab

Taste-test your ingredients! Make sure everything is fresh and ready.

Quality Control: Ingredient Inspection

Like a chef checking if vegetables are fresh, we inspect data quality before using it!

Data Type Check

All columns have correct data types

Range Check

Age values between 0-120

Format Check

3 email addresses have invalid format

Duplicate Check

2 duplicate records found

2
Tests Passed
1
Tests Failed
1
Warnings

Common Quality Checks

🔢

Data Type Validation

Is age a number? Is email text? Like checking if you grabbed salt, not sugar!

📏

Range Validation

Age can't be 200! Salary can't be negative! Like checking ingredient amounts make sense.

📧

Format Validation

Email must have @. Phone must be 10 digits. Like checking recipe format is correct!

🔄

Duplicate Detection

Same person twice? Like accidentally adding salt twice to your recipe!