Skip to content

Commit fa3869c

Browse files
author
Lucas
committed
Fix what's new: remove extra line and add notable_bug_fixes line
1 parent 81aa308 commit fa3869c

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
@@ -390,6 +390,8 @@ upon serialization. (Related issue :issue:`12997`)
390390
pd.read_json(a.to_json(date_format='iso'), typ="series").index == a.index
391391
392392
393+
.. _whatsnew_150.notable_bug_fixes.groupby_value_counts_categorical:
394+
393395
DataFrameGroupBy.value_counts with non-grouping categorical columns and ``observed=True``
394396
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
395397

@@ -853,7 +855,6 @@ Categorical
853855
^^^^^^^^^^^
854856
- Bug in :meth:`Categorical.view` not accepting integer dtypes (:issue:`25464`)
855857
- 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`)
856-
- Bug in :meth:`.DataFrameGroupBy.value_counts` includes non-observed categories of non-grouping columns regardless of ``observed`` (:issue:`46357`)
857858

858859
Datetimelike
859860
^^^^^^^^^^^^

0 commit comments

Comments
 (0)