-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make datatypes opt-in #22
Comments
Hey @ritchie46, glad to hear that you are considering to include argminmax in polars! I am certainly open to add a "float" feature (which I would include in the |
Great to hear! I will tune back in later then. 👍 |
As #21 is +/- finished and actually concerns the NaN handling, I'm quite interested in hearing your opinion on how you believe NaNs should be handled :) Basically, I see three options:
Before PR #21, the only supported case was option (1) - which was the default behavior. By quickly scanning the polars code, I believe polars complies with option (2)? Is there any reason why this option is favored over option (3)? |
Hey @ritchie46, Just released |
Hi @jvdd I am considering adding these to polars, but given that we define our own NaN handling, I only want to expose it for integer backed data.
Could the floating points be feature gated? Polars compile times are really strained so I'd rather not include code we don't need. Let me know what you think!
The text was updated successfully, but these errors were encountered: