You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per issue #806 by @gorkemgungormetu, there are several possible improvements to the interpolate() method if some but not all timeseries have values before and after time (to be interpolated).
Clearly list the (head of the) timeseries where data is missing instead of the current generic error message
Add an option to ignore_missing (or similar), writing only a warning to the log instead of raising an error
The text was updated successfully, but these errors were encountered:
Per issue #806 by @gorkemgungormetu, there are several possible improvements to the
interpolate()
method if some but not all timeseries have values before and aftertime
(to be interpolated).ignore_missing
(or similar), writing only a warning to the log instead of raising an errorThe text was updated successfully, but these errors were encountered: