blob: f9d9f3119bacbfc9de5adb3957a2b20d555fe375 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Polars is a DataFrame interface on top of an OLAP Query Engine implemented
in Rust using Apache Arrow Columnar Format as the memory model.
Features:
* Lazy/eager execution
* Multi-threaded
* SIMD
* Query optimization
* Powerful expression API
* Hybrid Streaming (larger than RAM datasets)
|