1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/py-polars/pkg-descr

11 lines
290 B
Plaintext

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)