Stijn de Gooijer

Results 621 comments of Stijn de Gooijer

> Added p-low for now as it will be the bottlebeck once we want to support larger frames, but I'd like to start with cloud datasets. Do you think it...

> I thought we decided not to go forward with this? I don't know - I thought we said that the different API is probably nicer, but probably not worth...

Marking this as high priority as the `macos-12` runners will be decommissioned on December 3rd - though we're using `macos-13` so we can survive a bit longer still...

This is a side-effect of porting the method from Expr to Series. For Expr, the resulting expression is named `"a"` in all cases, but when `include_breakpoint=True` the return data type...

Yes we will definitely upgrade to the new PyO3 version when it's released. I had planned to work on that myself but if it's something you're interested in working on...

> Something about support for chrono? Need to get reminder from @stinodego PyO3 has support for the Python `datetime` module: https://pyo3.rs/main/doc/pyo3/types/struct.pydatetime However, this was never available under the `abi3` feature...

Thanks a lot for the thorough work @itamarst !

Your example won't work due to the way `when/then/otherwise` works. The following issue is related to your request, I will close this in favor of that one: https://github.com/pola-rs/polars/issues/11064

This is nice for people that have `pyarrow-stubs` installed, but I believe that for everyone else, `from_arrow` will then mistakenly infer the type as the return type of the first...

Change of plans (again): passing a Series to `from_records` will raise a TypeError. This function was never intended to handle Series inputs. The docs clearly state that a sequence-of-sequences is...