Skip to content

Commit 0d7555f

Browse files
committed
Whatsnew
1 parent 94f933e commit 0d7555f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ Backwards incompatible API changes
244244
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
245245

246246
- 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`)
247249
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
248250

249251
.. _whatsnew_0240.api_breaking.deps:

0 commit comments

Comments
 (0)