Concept Flow - Null and duplicate detection
Start with DataFrame
Check for Nulls
Count Nulls per Column
Check for Duplicates
Count Duplicate Rows
Output Null and Duplicate Summary
End
We start with a DataFrame, check each column for null values, count them, then check for duplicate rows and count those, finally outputting a summary.