Multiplication not allowed for bool dtype #19919
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
Following #8006 , I would expect list multiplication to be allowed for boolean dtypes, behaving as the list division. However, it seems it is not supported. Is there any reason for this behaviour?
Expected behavior
I would expect the multiplication (when one of the columns is bool dtype, to behave as the division:
Installed versions
The text was updated successfully, but these errors were encountered: