Skip to content

Commit 121e876

Browse files
committed
improving whatsnew
1 parent d7f9808 commit 121e876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.24.0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -713,15 +713,15 @@ Indexing
713713
- Bug where mixed indexes wouldn't allow integers for ``.at`` (:issue:`19860`)
714714
- ``Float64Index.get_loc`` now raises ``KeyError`` when boolean key passed. (:issue:`19087`)
715715
- Bug in :meth:`DataFrame.loc` when indexing with an :class:`IntervalIndex` (:issue:`19977`)
716-
- :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`)
716+
- :class:`Index` no longer mangles ``None``, ``NaN`` and ``NaT``, i.e. they are treated as three different keys. However, for numeric Index all three are still coarsed to a ``NaN`` (:issue:`22332`)
717717

718718
Missing
719719
^^^^^^^
720720

721721
- Bug in :func:`DataFrame.fillna` where a ``ValueError`` would raise when one column contained a ``datetime64[ns, tz]`` dtype (:issue:`15522`)
722722
- 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`)
723-
- :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`)
724-
- :func:`unique` no longer manges NaN-float-values and ``NaT`` (:issue:`22295`)
723+
- :func:`Series.isin` now treats all NaN-floats as equal also for `np.object`-dtype. This behavior is consistent with the behavior for float64 (:issue:`22119`)
724+
- :func:`unique` no longer mangles NaN-floats and the ``NaT``-object for `np.object`-dtype, i.e. ``NaT`` is no longer coarsed to a NaN-value and is treated as an entity different from NaN-floats (:issue:`22295`)
725725

726726
MultiIndex
727727
^^^^^^^^^^

0 commit comments

Comments
 (0)