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
xref #12348
Author: Jeff Reback <[email protected]>
Closes#12349 from jreback/resample_tests and squashes the following commits:
545da27 [Jeff Reback] TST: confirming tests for #12348
Hi- I am observing odd behavior when trying to use resample on an uneven datetimeindex. See the below code to reproduce:
throws up a ValueError: Length mismatch: Expected axis has 5 elements, new values have 7 elements
Using asfreq() does not throw up this error on my machine.
I am running pd 0.17.1 on Python 3.4.4. off Anaconda for Windows.
The text was updated successfully, but these errors were encountered: