Skip to content

Commit 48d1f6f

Browse files
committed
clarified whatsnew
1 parent 8535274 commit 48d1f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.22.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Backwards incompatible API changes
5252

5353
- :func:`Series.fillna` now raises a ``TypeError`` instead of a ``ValueError`` when passed a list, tuple or DataFrame as a ``value`` (:issue:`18293`)
5454
- :func:`pandas.DataFrame.merge` no longer casts a ``float`` column to ``object`` when merging on ``int`` and ``float`` columns (:issue:`16572`)
55-
- The default NA value for :class:`UInt64Index` has changed from 0 to ``NaN`` (:issue:`18398`)
55+
- The default NA value for :class:`UInt64Index` has changed from 0 to ``NaN``, which impacts methods that mask with NA, such as ``UInt64Index.where()`` (:issue:`18398`)
5656
-
5757

5858

0 commit comments

Comments
 (0)