Skip to content

Commit 5d7dde2

Browse files
committed
fixing remarks for whatsnew
1 parent cf9ade1 commit 5d7dde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Indexing
669669
- Bug where indexing with a Numpy array containing negative values would mutate the indexer (:issue:`21867`)
670670
- Bug where mixed indexes wouldn't allow integers for ``.at`` (:issue:`19860`)
671671
- ``Float64Index.get_loc`` now raises ``KeyError`` when boolean key passed. (:issue:`19087`)
672-
- :class:`Index` no longer mangles None, NaN and NaT (:issue:`22332`)
672+
- :class:`Index` no longer mangles ``None``, ``NaN`` and ``NaT``, i.e. they are treated as three different keys. However, for :class:`NumericIndex` all three are still coarsed to a ``NaN`` (:issue:`22332`)
673673

674674

675675
Missing
@@ -678,7 +678,7 @@ Missing
678678
- Bug in :func:`DataFrame.fillna` where a ``ValueError`` would raise when one column contained a ``datetime64[ns, tz]`` dtype (:issue:`15522`)
679679
- Bug in :func:`Series.hasnans` that could be incorrectly cached and return incorrect answers if null elements are introduced after an initial call (:issue:`19700`)
680680
- :func:`Series.isin` now treats all nans as equal also for `np.object`-dtype. This behavior is consistent with the behavior for float64 (:issue:`22119`)
681-
- :func:`unique` no longer manges NaN-float-values and `pd.NaT` (:issue:`22295`)
681+
- :func:`unique` no longer manges NaN-float-values and ``NaT`` (:issue:`22295`)
682682

683683
MultiIndex
684684
^^^^^^^^^^

0 commit comments

Comments
 (0)