Skip to content

Commit 3ac3e73

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
Rephrase whatnew entry
1 parent c15b457 commit 3ac3e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ Categorical
290290
- Changed the error message in :meth:`Categorical.remove_categories` to always show the invalid removals as a set (:issue:`28669`)
291291
- Using date accessors on a categorical dtyped series of datetimes was not returning a Series (or DataFrame) of the
292292
same type as if one used the .str. / .dt. on a Series of that type, e.g. when accessing :meth:`Series.dt.tz_localize` on a
293+
- Using date accessors on a categorical dtyped :class:`Series` of datetimes was not returning an object of the
294+
same type as if one used the :meth:`.str.` / :meth:`.dt.` on a :class:`Series` of that type. E.g. when accessing :meth:`Series.dt.tz_localize` on a
293295
:class:`Categorical` with duplicate entries, the accessor was skipping duplicates (:issue: `27952`)
294296
-
295297

0 commit comments

Comments
 (0)