We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1f82a commit e6469d5Copy full SHA for e6469d5
doc/source/whatsnew/v0.22.0.txt
@@ -24,7 +24,7 @@ Other Enhancements
24
25
- Better support for :func:`Dataframe.style.to_excel` output with the ``xlsxwriter`` engine. (:issue:`16149`)
26
- :func:`pandas.tseries.frequencies.to_offset` now accepts leading '+' signs e.g. '+1h'. (:issue:`18171`)
27
--
+- :func:`pandas.DataFrame.merge` no longer casts a ``float`` column to ``object`` when merging on ``int`` and ``float`` columns (:issue:`16572`)
28
29
.. _whatsnew_0220.api_breaking:
30
0 commit comments