Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Inconsistent concat behavior between datetime64[ns] and tz-aware version in 0.17.1 #11693
Comments
|
0.17.1 I c can u see if this worked prior to 0.17.0? |
brendene
commented
Nov 24, 2015
|
This works in 0.16.2, the dtype of timezoned series is object. |
|
hmm, looks like a bug, want to do a pull-request to fix? |
jreback
added Bug Timeseries Reshaping Difficulty Novice Timezones Effort Low
labels
Nov 25, 2015
jreback
added this to the
0.18.0
milestone
Nov 25, 2015
This was referenced Nov 26, 2015
jreback
closed this
in fc77caf
Feb 1, 2016
hcontrast
referenced
this issue
Feb 19, 2016
Open
Concatenation of DFs with all NaT columns and TZ-aware ones breaks #12396
jreback
referenced
this issue
Mar 23, 2016
Closed
str(data_frame) raises an exception when there is a column with both NaT value and Timestamp with timezone info #12211
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brendene commentedNov 24, 2015
This edge case appears when concatenating a timezone aware datetime series with another that is filled with only pd.NaT. This works if the second series is only partially filled with pd.NaT. It also works if the second series is another timezone (in that case the resulting Series is timezone unaware).