Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
REGR: .clip and datetime w/timezone #11838
Comments
|
yep, a buggie. pull-requests to remedy are welcomed. |
jreback
added Bug Reshaping Timezones
labels
Dec 14, 2015
jreback
added this to the
Next Major Release
milestone
Dec 14, 2015
jreback
added Difficulty Intermediate Effort Low
labels
Dec 14, 2015
jreback
modified the milestone: 0.18.0, Next Major Release
Dec 14, 2015
jreback
changed the title from
pandas 0.17.1 issues with timezones and timestamps to REGR: .clip and datetime w/timezone
Dec 14, 2015
jreback
added a commit
to jreback/pandas
that referenced
this issue
Dec 16, 2015
|
|
jreback |
1880400
|
jreback
referenced
this issue
Dec 16, 2015
Merged
REGR: Regression in .clip with tz-aware datetimes #11838 #11850
jreback
closed this
in #11850
Dec 16, 2015
jreback
added a commit
that referenced
this issue
Dec 16, 2015
|
|
jreback |
d173946
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ciamac commentedDec 14, 2015
There seem to be some incompatibilities with timezones and timestamps in 0.17.1.
For example, here I'm trying to clip a timezone-aware column with a timezone-aware timestamp:
This code used to work on 0.16.2.