用 Rust 编写的极速 DataFrame 库,提供 Python 接口,号称比 Pandas 快 10-100 倍。采用 Apache Arrow 列式内存格式与多线程惰性计算,支持流式处理超大数据集,正在成为数据科学领域的主流选择。 🔗 GitHub: github.com/pola-rs/polars (39k ⭐)
Blazing-fast DataFrame library written in Rust with a Python API, claimed 10-100x faster than Pandas. Uses Apache Arrow columnar memory with multithreaded lazy evaluation; streams over huge datasets. Rapidly becoming a data-science staple. 🔗 GitHub: github.com/pola-rs/polars (39k ⭐)
Polars belongs to the Developer Tools category on hedirbase. Tagged with: DataFrame, 数据处理, Rust, Arrow, 高性能.
Blazing-fast DataFrame library written in Rust with a Python API, claimed 10-100x faster than Pandas. Uses Apache Arrow columnar memory with multithreaded lazy evaluation; streams over huge datasets.