Multiple Arithmetic and Comparison Operations are NOT Supported between Two Series #321
Open
10 of 22 tasks
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Have you tried latest version of polars?
Yes
What version of polars are you using?
0.18.0
What operating system are you using polars on?
MacOS 15.3.1
What node version are you using
node 23.10.0
Describe your bug.
Multiple arithmetic and comparison operations are not supported between two series.
Here's the list of operations that I have tested and the ones that support operations between two series are marked with the checkmark:
The above checklist is generated with the following script:
What are the steps to reproduce the behavior?
What is the actual behavior?
What is the expected behavior?
The above snippet should return
pl.Series([3, 3, 3])
.The text was updated successfully, but these errors were encountered: