[Numpy-discussion] Overlapping time series
Daniele Nicolodi
daniele at grinta.net
Tue Feb 11 08:22:14 EST 2014
On 11/02/2014 14:10, Andreas Hilboll wrote:
> On 11.02.2014 14:08, Daniele Nicolodi wrote:
>> Hello,
>>
>> I have two time series (2xN dimensional arrays) recorded on the same
>> time basis, but each with it's own dead times (and start and end
>> recording times). I would like to obtain two time series containing
>> only the time overlapping segments of the data.
>>
>> Does numpy or scipy offer something that may help in this?
>>
>> I can imagine strategies about how to approach the problem, but none
>> that would be efficient. Ideas?
>
> Take a look at pandas. It has built-in time series functionality.
Even using Pandas (and I would like to avoid to have to depend on it) it
is not clear to me how I would achieve what I want. Am I missing something?
Cheers,
Daniele
More information about the NumPy-Discussion
mailing list