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
Hello!
I think it would be incredibly valuable to have a function that finds the intersection of a list of time series. This would be something akin to xarray's "align" function, which finds the intersection across a list of variables.
I commonly find I have to manually convert my TimeSerries back to an xarray data array, run an align, then convert back to a TimeSeries. For instance:
And finally, if this could be added in the pipeline API, that would be excellent!
Apologies if these features already exists! I am new to the package, but I couldn't find an example or something like this in the API. I am loving it so far though!
The text was updated successfully, but these errors were encountered:
Hello!
I think it would be incredibly valuable to have a function that finds the intersection of a list of time series. This would be something akin to xarray's "align" function, which finds the intersection across a list of variables.
I commonly find I have to manually convert my TimeSerries back to an xarray data array, run an align, then convert back to a TimeSeries. For instance:
So something like:
if the intersection doesn't exist, it could raise a warning like:
Warning: there is no overlapping times between the time series
.Another option would also be an option for "stack" to take an argument to do this intersection:
And finally, if this could be added in the pipeline API, that would be excellent!
Apologies if these features already exists! I am new to the package, but I couldn't find an example or something like this in the API. I am loving it so far though!
The text was updated successfully, but these errors were encountered: