Skip to content

Commit e56ee2e

Browse files
DriesSchaumontyeshsurya
authored andcommitted
BUG: Dataframe mask method does not work properly with pd.StringDtype() (pandas-dev#40941)
1 parent 878ba61 commit e56ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ ExtensionArray
834834
- Bug in :meth:`DataFrame.where` when ``other`` is a :class:`Series` with :class:`ExtensionArray` dtype (:issue:`38729`)
835835
- Fixed bug where :meth:`Series.idxmax`, :meth:`Series.idxmin` and ``argmax/min`` fail when the underlying data is :class:`ExtensionArray` (:issue:`32749`, :issue:`33719`, :issue:`36566`)
836836
- Fixed a bug where some properties of subclasses of :class:`PandasExtensionDtype` where improperly cached (:issue:`40329`)
837-
-
837+
- Bug in :meth:`DataFrame.mask` where masking a :class:`Dataframe` with an :class:`ExtensionArray` dtype raises ``ValueError`` (:issue:`40941`)
838838

839839
Styler
840840
^^^^^^

0 commit comments

Comments
 (0)