BUG: inconsistent creation of IntegerArray from boolean values #31104
Labels
Constructors
Series/DataFrame/Index/pd.array Constructors
ExtensionArray
Extending pandas with custom dtypes or arrays.
good first issue
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Needs Tests
Unit test(s) needed to prevent regressions
When creating a nullable integer array from boolean values, we are being inconsistent between a boolean numpy array and a object array with bools:
The text was updated successfully, but these errors were encountered: