Skip to content

Commit 17f8b55

Browse files
committed
ORC-1945: Update Python documentation with PyArrow 20.0.0 and Dask 2025.5.1
### What changes were proposed in this pull request? This PR aims to update Python document with PyArrow 20.0.0 and Dask 2025.5.1. ### Why are the changes needed? To provide an up-to-date Python documentation. ### How was this patch tested? Manually tested with `Python 3.13.5`. ``` $ python3 --version Python 3.13.5 $ ipython3 Python 3.13.5 (main, Jun 11 2025, 15:36:57) [Clang 17.0.0 (clang-1700.0.13.3)] Type 'copyright', 'credits' or 'license' for more information IPython 9.3.0 -- An enhanced Interactive Python. Type '?' for help. Tip: You can use `files = !ls *.png` In [1]: ... ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2311 from dongjoon-hyun/ORC-1945. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 0f0273d) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 340fa8c commit 17f8b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/_docs/dask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /docs/dask.html
99
[Dask](https://dask.org) also supports Apache ORC.
1010

1111
```
12-
pip3 install "dask[dataframe]==2024.12.1"
12+
pip3 install "dask[dataframe]==2025.5.1"
1313
pip3 install pandas
1414
```
1515

site/_docs/pyarrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /docs/pyarrow.html
99
[Apache Arrow](https://arrow.apache.org) project's [PyArrow](https://pypi.org/project/pyarrow/) is the recommended package.
1010

1111
```
12-
pip3 install pyarrow==18.1.0
12+
pip3 install pyarrow==20.0.0
1313
pip3 install pandas
1414
```
1515

0 commit comments

Comments
 (0)