-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
AmbiguousTimeError when retrieving Series from HDFStore in table format with DST change #11624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you understand that this has nothing to do with HDF5 at all. This is failing at the index construction.
|
Ah, yes, sorry - I'm really not sure why I got confused about that... I'll close this issue and open a new one... |
no its ok, just about to push a fix anyhow |
oops, sorry, I was over-eager :) I'll stop fiddling now so I'll leave it up to you which of these two issues to keep open / kill :) Thanks again, |
In Pandas 0.17, if I put a
Series
into anHDFStore
intable
format, and if thisSeries
contains a day light saving transition, then Pandas crashes with anAmbiguousTimeError
.Here's the minimal code example to reproduce the bug:
And here's the traceback:
Everything works fine if:
format=fixed
instead offormat=table
format=table
but theSeries
does not include a DST changeI'm not certain but I expect this bug is related to #11619
I'm 99.999% certain that this bug did not exist in Pandas 0.16.2
Finally, just to say another huge thank you to everyone who supports Pandas. It must be a huge amount of work and I am hugely grateful. Pandas is an awesome tool. Thank you.
The text was updated successfully, but these errors were encountered: