divide by 0 for Int64 is inconsistent with int64 #22793
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Numeric Operations
Arithmetic, Comparison, and Logical operations
Where as
It's because of this line:
pandas/pandas/core/arrays/integer.py
Line 545 in 0480f4c
Is it intentional for the new extension integer type to have different behavior here?
The text was updated successfully, but these errors were encountered: