Description
Completing arithmetic operators involving bool literals, Series, and Index consists of two main tasks:
- Support arithmetic operations against bool literals
- Support operators (+, *) between bool Series/Indexes.
We ought to match pandas' behaviors.
Attachments
Issue Links
- is duplicated by
-
SPARK-35681 Support arithmetic operators (+, *) among bool Series/Index
- Resolved
- links to