Skip to content

Commit 4a8194e

Browse files
authored
MINOR: [Docs] Change Conda PyArrow badge to Anaconda's official one (#48390)
### Rationale for this change `shields.io` for pyarrow is broken for some reasons for last few days specifically for several packages with failing a request timeout: <img width="425" height="116" alt="Screenshot 2025-12-08 at 7 09 02 AM" src="https://github.com/user-attachments/assets/cca495d5-e34f-491e-95d0-b8595c306e60" /> Instead of relying on the thirdparty project, we should better use the official ones provided by Anaconda in https://anaconda.org/conda-forge/pyarrow/badges ### What changes are included in this PR? Changes the URI for Conda badge to use the official one provided in Anaconda (https://anaconda.org/conda-forge/pyarrow/badges). ### Are these changes tested? Yes, manually tested via my browser. ### Are there any user-facing changes? No. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 9c1a05c commit 4a8194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## Python library for Apache Arrow
2121

22-
[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/pyarrow/) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyarrow.svg)](https://anaconda.org/conda-forge/pyarrow)
22+
[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/pyarrow/) [![conda-forge](https://anaconda.org/conda-forge/pyarrow/badges/version.svg)](https://anaconda.org/conda-forge/pyarrow)
2323

2424
This library provides a Python API for functionality provided by the Arrow C++
2525
libraries, along with tools for Arrow integration and interoperability with

0 commit comments

Comments
 (0)