Concept Flow - Interpolation for missing values
Start with DataFrame
Identify missing values
Choose interpolation method
Apply interpolation
Missing values replaced
Use or analyze cleaned data
We start with data that has missing values, then pick a way to fill them by estimating values between known points, and finally replace the missing spots.