Ritchie Vink

Results 90 issues of Ritchie Vink

Binary search on sorted arrays, similar to numpy `searchsorted`.

feature

Now that we can memory map larger than RAM ipc/feather files, it would be great if we could convert datasets in a streaming fashion. I'd want to start with: *...

feature

Simply access the public attributes.

feature

This uses `zlib-ng` and `lz4_flex` as backend in favor of the defaults. #4259

python
rust
performance

See: https://github.com/pola-rs/polars/issues/3974#issuecomment-1197566767

feature

```python df = pl.DataFrame({ "cars": ["audi", "vw", None], "animals": ["cat", "dog", None], }) df.select([ pl.all(pl.col(pl.Utf8) ]) ``` ``` --------------------------------------------------------------------------- DuplicateError Traceback (most recent call last) Input In [17], in ()...

bug

We should make the list iterator indexable and then split `arr.unique` on all threads.

performance

This can prevent reverts on master if the spec turns out to be invalid.

feature

Which ones should we still allow?

feature

We now have native ODBC support upstream. This has to be exposed in polars similarly to existing IO readers and writers.

good first issue
enhancement