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.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ Backwards incompatible API changes
210
210
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211
211
212
212
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
213
+
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
213
214
214
215
.. _whatsnew_0240.api_breaking.deps:
215
216
@@ -976,7 +977,7 @@ Numeric
976
977
Strings
977
978
^^^^^^^
978
979
979
-
- Bug in :meth:`Series.str.cat` which falsely did not raise if `others` was a `set` (:issue:`23009`)
0 commit comments