Concept Flow - Forward fill and backward fill
Start with DataFrame with missing values
Choose fill method: forward fill or backward fill
Forward fill
Fill missing with
previous valid
Return filled DataFrame
Start with data having missing values, choose forward or backward fill to replace missing values with previous or next valid data, then get the filled data.