UGentBiomath / wwdata

Python package to analyse, validate, fill and visualise data acquired in the context of (waste) water treatment
GNU General Public License v3.0
13 stars 12 forks source link

[fill_missing_daybefore] fills with day before arange period, not with day before gap #24

Open cdemulde opened 7 years ago

cdemulde commented 6 years ago

This function needs to be adjusted quite a bit: the arange argument will have to show in what period to replace/fill values, and the function will have to detect what actual gaps it can fill, based on the range_to_replace argument. It can then make use of the data of the day before those actual gaps.