File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,8 @@ Categorical
290
290
- Changed the error message in :meth: `Categorical.remove_categories ` to always show the invalid removals as a set (:issue: `28669 `)
291
291
- Using date accessors on a categorical dtyped series of datetimes was not returning a Series (or DataFrame) of the
292
292
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
293
295
:class: `Categorical ` with duplicate entries, the accessor was skipping duplicates (:issue: `27952 `)
294
296
-
295
297
You can’t perform that action at this time.
0 commit comments