SebKrantz / collapse

Advanced and Fast Data Transformation in R
https://sebkrantz.github.io/collapse/
Other
624 stars 33 forks source link

Enhancement: linear interpolation #610

Open agmeiner-bhs opened 1 week ago

agmeiner-bhs commented 1 week ago

Hello,

thanks for this great package.

It would be very useful if a linear interpolation for NA values were possible in the collapse package. The range of functions here could be based on zoo na.approx() or na_interpolate() from imputeTS. But even if there were only a basic functionality, this would be extremely helpful.

SebKrantz commented 1 week ago

Thanks, I’ll consider it, but can’t promise at this point.