Nimrod Hauser
Nimrod Hauser
Seems like `mean_horizontal` is using `sum_horizontal`, which doesn't support addition operations on dates ```polars.exceptions.InvalidOperationError: add operation not supported for dtypes `datetime[μs]` and `datetime[μs]``` It's possible to add this support by...
@shahar4499 - Thanks, I rebased my branch with the "upstream" repo but couldn't get the `codecov` bot to run again. I then tried to push a "dummy commit" in order...
Hey @shira-ayal, just pinging to see if there are any more expected changes. Thanks.
>Hi @DougieHauser ! Looks great, waiting for @shahar4499 to take a final look before we merge :) Hey @shahar4499, just a quick ping. Thanks.
That's a good point, @jshcrm .. Personally, it's my 1st PR on this repo, and I tried to stay consistent with what seemed like the convention that was already in...
On second though, @jshcrm .. The max limit functionality does seem less "explicit" than the others.. I've added a warning for it alone, at this point. Thanks.