We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d691954 commit 631a2dcCopy full SHA for 631a2dc
doc/source/whatsnew/v0.20.0.txt
@@ -505,11 +505,7 @@ Bug Fixes
505
- Bug in ``DataFrame.to_stata()`` and ``StataWriter`` which produces incorrectly formatted files to be produced for some locales (:issue:`13856`)
506
507
508
-
509
510
511
512
513
514
- Bug in ``DataFrame.boxplot`` where ``fontsize`` was not applied to the tick labels on both axes (:issue:`15108`)
515
- Bug in ``Series.replace`` and ``DataFrame.replace`` which failed on empty replacement dicts (:issue:`15289`)
+
+- Bug in ``DataFrame.fillna()`` where the argument ``downcast`` was ignored when fillna value was of type dict instead of a scalar (:issue:`15277`)
0 commit comments