Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
pd.merge fails on datetime columns with tzinfo #11405
Comments
jreback
added Bug Reshaping Timezones
labels
Oct 22, 2015
jreback
added this to the
0.17.1
milestone
Oct 22, 2015
jreback
referenced
this issue
Oct 22, 2015
Merged
Bug in merging datetime64[ns, tz] dtypes #11405 #11410
|
nah, this was not implemented (with the new tz dtypes) and not tested, fixed in #11410 |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Oct 23, 2015
|
|
jreback |
76f51d6
|
jreback
closed this
in #11410
Oct 23, 2015
jreback
added a commit
that referenced
this issue
Oct 23, 2015
|
|
jreback |
1b2e45a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
miraculixx commentedOct 21, 2015
Since pandas-0.17 a merge on a datetime column fails if the datetime is tz-aware, see example below. Possibly related to #9663?
=>
the culprit seems to be in the call to
_factorize_keysthough I couldn't quite figure out what goes wrong.Version info