Bounds checks for IntegerArray #21796
Labels
good first issue
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Needs Tests
Unit test(s) needed to prevent regressions
Milestone
On the current PR there are a couple "issues" with handling out of bounds values.
This follows NumPy's behavior, but is maybe not what the user wants
These could perhaps raise a
ValueError
instead.xref #21160
The text was updated successfully, but these errors were encountered: