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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,8 @@ Backwards incompatible API changes
244
244
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
245
245
246
246
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
247
+
- The `.str`-accessor does not work for anything other than string data anymore.
248
+
Any other uses (like ``bytes``) were never intended to be used and purely due to limitations of dtype checking (:issue:`23011`, :issue:`23163`)
247
249
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
0 commit comments