Ran Shaham

Results 14 comments of Ran Shaham

Can anyone suggest how to work around this limitation? That is, how can I "extend polars" to support scanning my custom file formats? I looked at https://github.com/universalmind303/polars-mongo which seems clean...

@hantusk this looks very cool and potentially a good workaround. Thanks for sharing!

Hi @ritchie46, I've been using the newly released IO plugins and it works well, thank you. I have a question regarding `n_rows`. In the [docstring] it says: > n_rows: Materialize...

@ritchie46 thank you. I understand from this that `n_rows` can be used regardless of predicate. I have another question. Can I modify n_rows to account for batch sizes? e.g.: ```py...