You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* BUG: Allow merging on Index vectors
This behavior used to work in v0.19.0 and
is consistent with the documentation.
Closesgh-19038
* ENH: Add is_array_like method
Used for abstracting checks in DataFrame.merge,
but the function itself can be quite useful.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,7 @@ Reshaping
407
407
- Bug in :func:`Series.rank` where ``Series`` containing ``NaT`` modifies the ``Series`` inplace (:issue:`18521`)
408
408
- Bug in :func:`cut` which fails when using readonly arrays (:issue:`18773`)
409
409
- Bug in :func:`Dataframe.pivot_table` which fails when the ``aggfunc`` arg is of type string. The behavior is now consistent with other methods like ``agg`` and ``apply`` (:issue:`18713`)
410
-
410
+
- Bug in :func:`DataFrame.merge` in which merging using ``Index`` objects as vectors raised an Exception (:issue:`19038`)
0 commit comments