Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
AmbiguousTimeError when constructing a Series with DST change #11626
Comments
jreback
added Bug Timezones
labels
Nov 17, 2015
jreback
added this to the
0.17.1
milestone
Nov 17, 2015
jreback
referenced
this issue
Nov 17, 2015
Merged
BUG: date_range creation with an ambiguous endpoint, #11619 #11627
jreback
closed this
in #11627
Nov 17, 2015
|
amazing, thank you! That fixes the problem for me! |
This was referenced Nov 17, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JackKelly commentedNov 17, 2015
In Pandas 0.17, if I construct a
Serieswhich 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:
I'm not certain but I expect this bug is related to #11619
This bug report follows on from #11624
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.