We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e585ae commit 4abf0d1Copy full SHA for 4abf0d1
doc/source/release.rst
@@ -113,6 +113,8 @@ Bug Fixes
113
- Bug correctly handle placements of ``-inf`` in Panels when dividing by integer 0 (:issue:`6178`)
114
- ``DataFrame.shift`` with ``axis=1`` was raising (:issue:`6371`)
115
- Disabled clipboard tests until release time (run locally with ``nosetests -A disabled`` (:issue:`6048`).
116
+- Bug in ``DataFrame.replace()`` when passing a nested ``dict`` that contained
117
+ keys not in the values to be replaced (:issue:`6342`)
118
119
pandas 0.13.1
120
-------------
0 commit comments