Any Polars query can be turned into a generator!
Aside from that Polars now properly supports decimal types, scan_iceberg is completely native, cross joins can maintain order and much more.
Changelogs here:
- github.com/pola-rs/pola...
- github.com/pola-rs/pola...
Any Polars query can be turned into a generator!
Aside from that Polars now properly supports decimal types, scan_iceberg is completely native, cross joins can maintain order and much more.
Changelogs here:
- github.com/pola-rs/pola...
- github.com/pola-rs/pola...
More joins will be lowered to more strict variants based on predicates. This can save a lot of intermediate rows!
More joins will be lowered to more strict variants based on predicates. This can save a lot of intermediate rows!
Let's go through a few:
1/4
Selectors are now implemented in Rust and we can finally select arbitrary nested types:
Let's go through a few:
1/4
Selectors are now implemented in Rust and we can finally select arbitrary nested types:
Writing features are under development and will follow soon. Full release notes: github.com/pola-rs/pola...
Writing features are under development and will follow soon. Full release notes: github.com/pola-rs/pola...