You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/02 19:20:07 UTC

[arrow-datafusion] branch main updated: Add link to Python Bindings (#6532)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new d450dc1dca Add link to Python Bindings (#6532)
d450dc1dca is described below

commit d450dc1dcaee998d3be500923919979c4f0fb4ce
Author: Andy Grove <an...@gmail.com>
AuthorDate: Fri Jun 2 13:20:01 2023 -0600

    Add link to Python Bindings (#6532)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df3546d007..2ddb4e6630 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 
 DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
 [Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)
-in-memory format.
+in-memory format. [Python Bindings](https://github.com/apache/arrow-datafusion-python) are also available.
 
 DataFusion offers SQL and Dataframe APIs, excellent [performance](https://benchmark.clickhouse.com/), built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.