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