-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
BugNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Description
related: #4585
In [5]: randn(10, 2) == Series(randn(2))
Out[5]:
array([[False, False],
[False, False],
[False, False],
[False, False],
[False, False],
[False, False],
[False, False],
[False, False],
[False, False],
[False, False]], dtype=bool)
but
In [6]: randn(10, 2) <= Series(randn(2))
throws an Exception
.
got a PR in the works
Metadata
Metadata
Assignees
Labels
BugNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations