ENH: should a sequence of integers be a valid input to BooleanArray? #37614
Labels
Constructors
Series/DataFrame/Index/pd.array Constructors
Enhancement
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Needs Discussion
Requires discussion from core team before further action
Came across this while working on #37377
xref #28778 for potentially relevant prior discussions
This works on NumPy:
but the following fails with
BooleanArray
:I'm +0 on supporting NumPy-like behavior here (or we should make sure to document the current behavior)
The text was updated successfully, but these errors were encountered: