REF/CLN: ops boilerplate #23853
Labels
Clean
Internals
Related to non-user accessible pandas implementation
Numeric Operations
Arithmetic, Comparison, and Logical operations
Refactor
Internal refactoring of code
A ton of comparison and arithmetic operations do something combination of:
other = lib.item_from_zerodim(other)
NotImplemented
if operating against a senior classValueError
if there is a length mismatchBut we don't always do all of these, and we definitely don't use+test error messages as consistent as @gfyoung would like.
This behavior could all be collected+standardized in a decorator
The text was updated successfully, but these errors were encountered: