Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Timestamp subtraction of NaT with timezones #11718
Comments
sinhrks
added Bug Missing-data Timezones
labels
Nov 29, 2015
|
Thanks for the report. There seems to be several problems related to this. PR is appreciated!
|
|
iirc there is an issue open about this - we need to have arithmetic methods on the NaT scalar itself |
jreback
added this to the
0.18.0
milestone
Nov 29, 2015
|
some of this is being addressed by #11564 |
|
Looks no changes from the output attached above. I'll take a look. |
jreback
modified the milestone: Next Major Release, 0.18.0
Jan 30, 2016
jreback
added Difficulty Novice Effort Low
labels
Jan 30, 2016
sinhrks
referenced
this issue
Feb 6, 2016
Closed
BUG: Timestamp subtraction of NaT with timezones #12241
jreback
modified the milestone: 0.18.0, Next Major Release
Feb 8, 2016
sinhrks
closed this
in d838db7
Feb 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kdebrab commentedNov 28, 2015
In pandas 0.17.1, a TypeError is returned when trying to subtract a timezone-aware timestamp from a NaT timestamp:
Subtracting a timezone unaware timestamp from a NaT timestamp is no problem. Also subtracting a NaT from a timezone aware timestamp works: