Replies: 1 comment 1 reply
-
Without resampling to a fixed period, not as long as #233 is not fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could I use an unequal length time series as input data? My data is looks like this:
DatetimeIndex(['2011-06-05 14:20:32', '2011-06-05 14:21:21',
'2011-06-05 14:23:47', '2011-06-05 14:26:29',
'2011-06-05 14:27:40', '2011-06-05 14:28:53',
'2011-06-05 14:30:34', '2011-06-05 14:31:54',
the spaces between two bars are not equal, I got a error : Invalid value for
superimpose
: Upsampling not supported.But I don't want it to be resampled, is there any way to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions