Skip to content

Commit 80ae327

Browse files
committed
Add info to whatsnew.
1 parent 7e379b1 commit 80ae327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Numeric
271271
- Bug in :meth:`to_numeric` with string argument ``"uint64"`` and ``errors="coerce"`` silently fails (:issue:`32394`)
272272
- Bug in :meth:`to_numeric` with ``downcast="unsigned"`` fails for empty data (:issue:`32493`)
273273
- Bug in :meth:`DataFrame.mean` with ``numeric_only=False`` and either ``datetime64`` dtype or ``PeriodDtype`` column incorrectly raising ``TypeError`` (:issue:`32426`)
274-
-
274+
- Bug in :meth:`DataFrame.count()` with ``level="foo"`` and index level ``"foo"`` containing `NaN`s causes segmentation fault (:issue:`21824`)
275275

276276
Conversion
277277
^^^^^^^^^^
@@ -361,6 +361,7 @@ Groupby/resample/rolling
361361

362362
- Bug in :meth:`GroupBy.apply` raises ``ValueError`` when the ``by`` axis is not sorted and has duplicates and the applied ``func`` does not mutate passed in objects (:issue:`30667`)
363363
- Bug in :meth:`DataFrameGroupby.transform` produces incorrect result with transformation functions (:issue:`30918`)
364+
- Bug in :meth:`GroupBy.count` causes segmentation fault when grouped-by column contains `NaN`s (:issue:`32841`)
364365

365366
Reshaping
366367
^^^^^^^^^

0 commit comments

Comments
 (0)