Hello, Please I want your help with an issue in a data science project… In the step of handling missing values, I handle continuous data by replacing it with the mean, but for time data, I don’t think it’s the right approach. I found out that there are two ways to do it: Forward Fill (ffill()) or Backward Fill (bfill()) and Linear Interpolation. However, I’m still wondering which one to use because it’s the first time I’m dealing with null values for time data.
submitted by /u/t_abdessamad
[link] [comments]