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
closes#12747
Author: sinhrks <[email protected]>
This patch had conflicts when merged, resolved by
Committer: Jeff Reback <[email protected]>
Closes#12780 from sinhrks/replace_type and squashes the following commits:
f9154e8 [sinhrks] remove unnecessary comments
279fdf6 [sinhrks] remove import failure
de44877 [sinhrks] BUG: replace coerces incorrect dtype
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -823,6 +823,7 @@ Bug Fixes
823
823
824
824
825
825
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
826
+
- Bug in ``.replace()`` may result in incorrect dtypes. (:issue:`12747`)
826
827
827
828
- Bug in ``.asfreq()``, where frequency was not set for empty ``Series`` (:issue:`14320`)
0 commit comments