time series in python up to microseconds
Posted
by Abruzzo Forte e Gentile
on Stack Overflow
See other posts from Stack Overflow
or by Abruzzo Forte e Gentile
Published on 2010-05-10T19:30:00Z
Indexed on
2010/05/10
19:34 UTC
Read the original article
Hit count: 283
python
|time-series
Hi All
I would like to handle time series in python. I have been suggested to use scikit.timeseries but I need to handle up to microseconds and this last, as far as I know, handles up to milliseconds.
Do you know any other library able to do that? At some point I need to merge 2 time series sampled at different time, and I would like to avoid rewriting such kind of features or any new classes from scratch whenever it is possible.
I thank you all AFG
© Stack Overflow or respective owner