--- title: simple_interpolation keywords: fastai sidebar: home_sidebar summary: "Interpolation rocks, but it can screw the original features of your data series if done poorly. One algorithm that at least preserves the original volatility is **Brownian Bridge**, which uses it as an input. This is an implementation of the Brownian Bridge to be used with **Pandas**." description: "Interpolation rocks, but it can screw the original features of your data series if done poorly. One algorithm that at least preserves the original volatility is **Brownian Bridge**, which uses it as an input. This is an implementation of the Brownian Bridge to be used with **Pandas**." nb_path: "00_core.ipynb" ---
df
patched_df = interpolate_gaps( df ) #, plot = True )
patched_df