Orson Peters

Results 197 comments of Orson Peters

I think this is a very similar issue to this: https://github.com/pola-rs/polars/issues/11009. We really should do a pass on the Python -> Polars parsing to make it more restrictive by default,...

I've marked this as a draft PR for now, you can mark it as ready for review when you are ready.

@wdoppenberg Are you also already working on `extract`? If not I'll take over and do that one. Also, I believe we should not do `extract_groups`, it does not really make...

Our decimal type is not one-to-one with Python's Decimal type. We currently don't support NaNs/infinities in it, and I don't expect this to ever change, leaving those strictly with the...

I would be in favour of extending `Series.reinterpret`/`Expr.reinterpret` to support an arbitrary `dtype` argument. The only requirement being that the size of the two types is the same (e.g. no...

I'll take care of this tomorrow, ensuring we give a proper error.

@Wainberg I don't think you're being thick, I can't see them either. @alexander-beedie Could you re-post those comments?