Skip to content

Commit fcb778d

Browse files
committed
API: improve dtype in df.where with EA other
1 parent 556494d commit fcb778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Other enhancements
9797
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
9898
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
9999
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
100-
100+
- Improve the resulting dtypes in :meth:`DataFrame.where` and :meth:`DataFrame.mask` with :class:`ExtensionDtype` ``other`` (:issue:`??`)
101101
.. ---------------------------------------------------------------------------
102102
.. _whatsnew_300.notable_bug_fixes:
103103

0 commit comments

Comments
 (0)