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
I am joining multiple time series values collected on different intervals, ranging from months to years. Consequently, I need to harmonize the intervals to perform the join.
At the moment, I don't see a documented method for setting the desired interval, either directly, or when calling fill_gaps.
StackOverflow shows a mechanism for overriding the interval by explicitly changing the object attribute (see https://stackoverflow.com/a/75981369), but I prefer to use documented interfaces whenever possible.
For my current code, it would be very helpful to have an additional optional .interval argument to fill_gaps that performs this step.
I am joining multiple time series values collected on different intervals, ranging from months to years. Consequently, I need to harmonize the intervals to perform the join.
At the moment, I don't see a documented method for setting the desired interval, either directly, or when calling
fill_gaps
.StackOverflow shows a mechanism for overriding the
interval
by explicitly changing the object attribute (see https://stackoverflow.com/a/75981369), but I prefer to use documented interfaces whenever possible.For my current code, it would be very helpful to have an additional optional
.interval
argument tofill_gaps
that performs this step.Perhaps something like these:
Reproducable Example:
The text was updated successfully, but these errors were encountered: