Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean arithmetic #18

Closed
ritchie46 opened this issue Jul 5, 2020 · 1 comment
Closed

Boolean arithmetic #18

ritchie46 opened this issue Jul 5, 2020 · 1 comment

Comments

@ritchie46
Copy link
Member

Arithmetic is now only implemented for numerical types. Add boolean arithmetic with casting on the fly.

@ritchie46
Copy link
Member Author

Casting isn't as cheap as for instance numpy. The booleans are stored as bits and not a byte per boolean value. Operations are a bit more expensive. Therefore the casting should be explicit.

xendai66 pushed a commit to xendai66/polars that referenced this issue Mar 30, 2023
* bump rust-polars 26.1.9000

* update arr.take test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant