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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,7 @@ Backwards incompatible API changes
299
299
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
300
300
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
301
301
- Passing scalar values to :class:`DatetimeIndex` or :class:`TimedeltaIndex` will now raise ``TypeError`` instead of ``ValueError`` (:issue:`23539`)
302
+
- :meth:`DataFrame.update` will now try to preserve the dtype of the caller as much as possible (:issue:`23606`)
0 commit comments