Skip to content

Commit 5b7d4e5

Browse files
committed
BUG: Replace internal use of loc with reindex in append (#26022)
1 parent 7f9e0cb commit 5b7d4e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,10 @@ Indexing
339339
^^^^^^^^
340340

341341
- Improved exception message when calling :meth:`DataFrame.iloc` with a list of non-numeric objects (:issue:`25753`).
342+
<<<<<<< HEAD
342343
- 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)
343346
- 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`).
344347
-
345348

0 commit comments

Comments
 (0)