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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,10 @@ Indexing
339
339
^^^^^^^^
340
340
341
341
- Improved exception message when calling :meth:`DataFrame.iloc` with a list of non-numeric objects (:issue:`25753`).
342
+
<<<<<<< HEAD
342
343
- Bug in :meth:`_NDFrameIndexer._handle_lowerdim_multi_index_axis0` where KeyError was not raised for a ``MultiIndex``. Now, IndexingError takes precedence over KeyError (:issue:`14885`)
344
+
=======
345
+
>>>>>>> 84fa2ef3d... BUG: Replace internal use of loc with reindex in append (#26022)
343
346
- Bug in which :meth:`DataFrame.append` produced an erroneous warning indicating that a ``KeyError`` will be thrown in the future when the data to be appended contains new columns (:issue:`22252`).
0 commit comments