Skip to content

Commit 4cbbcea

Browse files
author
Lucas
committed
Fix what's new: remove extra line and add notable_bug_fixes line
1 parent fc8ea62 commit 4cbbcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ upon serialization. (Related issue :issue:`12997`)
264264
pd.read_json(a.to_json(date_format='iso'), typ="series").index == a.index
265265
266266
267+
.. _whatsnew_150.notable_bug_fixes.groupby_value_counts_categorical:
268+
267269
DataFrameGroupBy.value_counts with non-grouping categorical columns and ``observed=True``
268270
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269271

@@ -755,7 +757,6 @@ Categorical
755757
^^^^^^^^^^^
756758
- Bug in :meth:`Categorical.view` not accepting integer dtypes (:issue:`25464`)
757759
- Bug in :meth:`CategoricalIndex.union` when the index's categories are integer-dtype and the index contains ``NaN`` values incorrectly raising instead of casting to ``float64`` (:issue:`45362`)
758-
- Bug in :meth:`.DataFrameGroupBy.value_counts` includes non-observed categories of non-grouping columns regardless of ``observed`` (:issue:`46357`)
759760

760761

761762
Datetimelike

0 commit comments

Comments
 (0)