We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039eeae commit 7f1db98Copy full SHA for 7f1db98
doc/source/whatsnew/v0.22.0.txt
@@ -44,6 +44,7 @@ Other Enhancements
44
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
45
- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`)
46
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
47
+- :func:`pandas.DataFrame.merge` no longer casts a ``float`` column to ``object`` when merging on ``int`` and ``float`` columns (:issue:`16572`)
48
49
.. _whatsnew_0220.api_breaking:
50
0 commit comments