API/BUG: Behaviour of NA in BooleanArray pow operation #34686
Labels
API - Consistency
Internal Consistency of API/Behavior
Bug
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Numeric Operations
Arithmetic, Comparison, and Logical operations
For IntegerArray, we have some special-case behaviour for NAs in
pow
operation. For example,1 ** NA == 1
and not NA as normal NA-propagation would be.For BooleanArray, we don't have that, but maybe we should do the same? So that the boolean power of boolean-cast-to-int8 power operations for the same?
Right now this is different:
The text was updated successfully, but these errors were encountered: