This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 66074d2 Add polars project to Powered By (#123)
66074d2 is described below
commit 66074d254f96a8d7ba23d9142ad310e7d23de1a2
Author: Ritchie Vink <[email protected]>
AuthorDate: Mon Jul 5 18:43:55 2021 +0200
Add polars project to Powered By (#123)
This PR proposes adding Polars to the list of projects that use Apache
Arrow.
---
powered_by.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index 9fd3791..d09c8e6 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -137,6 +137,11 @@ short description of your use case.
Parquet format. Petastorm supports popular Python-based machine learning
(ML) frameworks such as Tensorflow, Pytorch, and PySpark. It can also be
used from pure Python code.
+* **[Polars][40]:** Polars is a blazingly fast DataFrame library and query
engine
+ that aims to utilize modern hardware efficiently.
+ (e.g. multi-threading, SIMD vectorization, hiding memory latencies).
+ Polars is built upon Apache Arrow and uses its columnar memory, compute
kernels,
+ and several IO utilities. Polars is written in Rust and available in Rust
and Python.
* **[Quilt Data][13]:** Quilt is a data package manager, designed to make
managing data as easy as managing code. It supports Parquet format via
pyarrow for data access.
@@ -213,3 +218,4 @@ short description of your use case.
[37]: https://github.com/tenzir/vast
[38]: https://github.com/vaexio/vaex
[39]: https://hash.ai
+[40]: https://github.com/pola-rs/polars