Skip to content

Commit

Permalink
GH-35891: [Doc][Python] Update link to Parquet C++ repository (#35892)
Browse files Browse the repository at this point in the history
Remove old link to repository that is not updated

* Closes: #35891

Authored-by: Benson Muite <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
bkmgit authored Jun 5, 2023
1 parent f44f768 commit f5a5729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/python/parquet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ performance data IO.

Apache Arrow is an ideal in-memory transport layer for data that is being read
or written with Parquet files. We have been concurrently developing the `C++
implementation of Apache Parquet <http://github.com/apache/parquet-cpp>`_,
implementation of
Apache Parquet <https://github.com/apache/arrow/tree/main/cpp/tools/parquet>`_,
which includes a native, multithreaded C++ adapter to and from in-memory Arrow
data. PyArrow includes Python bindings to this code, which thus enables reading
and writing Parquet files with pandas as well.
Expand Down

0 comments on commit f5a5729

Please sign in to comment.