Skip to content

Commit dc9ed3d

Browse files
committed
Fix conflict
1 parent 3ac3e73 commit dc9ed3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ Categorical
293293
- Using date accessors on a categorical dtyped :class:`Series` of datetimes was not returning an object of the
294294
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
295295
:class:`Categorical` with duplicate entries, the accessor was skipping duplicates (:issue: `27952`)
296+
- Using date accessors on a categorical dtyped :class:`Series` of datetimes was not returning the same object that would
297+
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
298+
:class:`Categorical` with duplicate entries, the accessor would skip duplicates (:issue: `27952`)
296299
-
297300

298301

0 commit comments

Comments
 (0)