# Timeseries Imputation in Julia This is a demo of how to use different timeseries imputation techniques to fill in missing values. ## Methods 1. mean fill 2. random fill 3. linear interpolation 4. rolling mean fill (Moving Average)