Skip to content

Commit 6eaad24

Browse files
docs: Improve Arrow key feature description (pola-rs#21171)
1 parent 495466f commit 6eaad24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/source/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ in Rust, and available for Python, R and NodeJS.
3333
- **Vectorized Query Engine**
3434
- **GPU Support**: Optionally run queries on NVIDIA GPUs for maximum performance for in-memory
3535
workloads.
36-
- **[Apache Arrow support](https://arrow.apache.org/)**: Polars consume and produce Arrow data often
37-
zero-copy. Note that Polars is not build on a Pyarrow/Arrow implementation. Polars has written all
38-
compute and buffer implementations.
36+
- **[Apache Arrow support](https://arrow.apache.org/)**: Polars can consume and produce Arrow data
37+
often with zero-copy operations. Note that Polars is not built on a Pyarrow/Arrow implementation.
38+
Instead, Polars has its own compute and buffer implementations.
3939

4040
<!-- dprint-ignore-start -->
4141

0 commit comments

Comments
 (0)