Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
datetimeindex resample issue #12348
Comments
jreback
added Bug Resample Duplicate
labels
Feb 16, 2016
|
this was just fixed in master (it broke 0.18.0rc1 as well), see the issue here. so 0.18.0 will release soon |
jreback
closed this
Feb 16, 2016
jreback
added a commit
to jreback/pandas
that referenced
this issue
Feb 16, 2016
|
|
jreback |
545da27
|
jreback
added this to the
0.18.0
milestone
Feb 16, 2016
jreback
added a commit
that referenced
this issue
Feb 16, 2016
|
|
jreback |
2e9a774
|
rinoc
added a commit
to rinoc/pandas
that referenced
this issue
Feb 17, 2016
|
|
rinoc |
d1c52ac
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JohnSmizz commentedFeb 16, 2016
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.