Skip to content

Commit 67dce0e

Browse files
ante012ante
authored and
ante
committed
BUG: fillna returns frame when inplace=True if value is a dict (pandas-dev#16156)
1 parent 95f4f7d commit 67dce0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,4 @@ Other
391391
- Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`)
392392
- Bug in ``.isin()`` in which checking membership in empty ``Series`` objects raised an error (:issue:`16991`)
393393
- Bug in :func:`unique` where checking a tuple of strings raised a ``TypeError`` (:issue:`17108`)
394+
- Bug in :func: `fillna` returns frame when ``inplace=True`` and ``value`` is dict (:issue:`16156`)

0 commit comments

Comments
 (0)