From d60a014965962ee04c0a1938cc194b2f0f6a1457 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Thu, 9 Feb 2023 11:42:41 +0900 Subject: [PATCH] Fix link to ballista --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeaba668c..7cd04fc6d 100644 --- a/README.md +++ b/README.md @@ -258,9 +258,9 @@ maturin itself is manylinux compliant when compiled for the musl target. ## Examples -* [ballista](https://github.com/apache/arrow-ballista/tree/master/python) - A Python library that binds to Apache Arrow distributed query engine Ballista +* [ballista-python](https://github.com/apache/arrow-ballista-python) - A Python library that binds to Apache Arrow distributed query engine Ballista * [connector-x](https://github.com/sfu-db/connector-x/tree/main/connectorx-python) - ConnectorX enables you to load data from databases into Python in the fastest and most memory efficient way -* [datafusion](https://github.com/apache/arrow-datafusion-python) - a Python library that binds to Apache Arrow in-memory query engine DataFusion +* [datafusion-python](https://github.com/apache/arrow-datafusion-python) - a Python library that binds to Apache Arrow in-memory query engine DataFusion * [deltalake-python](https://github.com/delta-io/delta-rs/tree/main/python) - Native Delta Lake Python binding based on delta-rs with Pandas integration * [orjson](https://github.com/ijl/orjson) - A fast, correct JSON library for Python * [polars](https://github.com/pola-rs/polars/tree/master/py-polars) - Fast multi-threaded DataFrame library in Rust | Python | Node.js