Skip to content

Commit e6c004c

Browse files
Update doc/source/whatsnew/v1.0.0.rst
Co-Authored-By: Tom Augspurger <[email protected]>
1 parent 3ac9a9a commit e6c004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Categorical
165165

166166
- Added test to assert the :func:`fillna` raises the correct ValueError message when the value isn't a value from categories (:issue:`13628`)
167167
- Bug in :meth:`Categorical.astype` where ``NaN`` values were handled incorrectly when casting to int (:issue:`28406`)
168-
- Using date accessors on a categorical dtyped :class:`Series` of datetimes was not returning the same object that would
168+
- Bug in :class:`Series.str` and :class:`Series.dt` accessor for categorical-dtype returning results with the incorrect length (:issue:`27952`)
169169
be returned if one used the :meth:`.str.<method>` / :meth:`.dt.<method>` on a :class:`Series` of that type. E.g. when accessing :meth:`Series.dt.tz_localize` on a
170170
:class:`Categorical` with duplicate entries, the accessor would skip duplicates (:issue: `27952`)
171171
-

0 commit comments

Comments
 (0)