Orson Peters

Results 329 comments of Orson Peters

@ngoldbaum As a bare minimum it should pass our CI test suite. There may be an exception or two for tests which fail due to unsupported dependencies for specific tests.

We have an exception for the zero-height zero-width `DataFrame` which may actually be concatenated with any other height `DataFrame`, but other than that exception the zero-width `DataFrame` still has a...

@etiennebacher One bit of feedback is that the proposal in the original issue, and `Expr.str.pad_start`/`Expr.str.pad_end` take a width to pad to. This is important so that the operation can execute...

@deanm0000 > wrt to making it a specified width, could that input be an Expr input so if I'm not streaming I can use .list.len().max()? Yes, and we should also...

The streaming group-by uses a two-stage algorithm: 1. A small fixed-size (4096 by default) hot table filters out the keys which are very common and aggregates them eagerly. The goal...

I feel this is a bit dangerous. We don't check if the error is indeed a DST transition, and even if true I'm not sure if skipping a full hour...

I'm not denying that some sort of expression-based join could be useful, but the implementation effort would be tremendous. All of a sudden you could have joins inside group-bys, inside...