Concept Flow - Missing data strategies decision
Start with DataFrame
Check for missing values
Decide strategy
Drop
Resulting DataFrame
End
Start with a DataFrame, check for missing values, decide to drop, fill, or leave them, then get the final DataFrame.