Skip to content
Advertisement

Tag: spline

Spline interpolation on dataframes by row

I have the following data frame: I am trying to apply a spline interpolation on each row to get the values for 2017 and 2018 using the following code: However, I get the following error: ValueError: Index column must be numeric or datetime type when using spline method other than linear. Try setting a numeric or datetime index column before

Advertisement