dongjoon-hyun opened a new pull request, #2694:
URL: https://github.com/apache/orc/pull/2694

   ### What changes were proposed in this pull request?
   
   This PR aims to update Python documentation with PyArrow 25.0.0, Pandas 
3.0.3, and Dask 2026.7.1.
   
   In addition, the expected outputs of the PyArrow and Pandas examples are 
updated because
   Pandas 3.x displays missing string values as `NaN` instead of `None`.
   
   ### Why are the changes needed?
   
   To provide an up-to-date Python documentation.
   
   ### How was this patch tested?
   
   Manually tested with `Python 3.14.6`.
   
   ```
   $ pip3 install pyarrow==25.0.0
   $ pip3 install pandas==3.0.3
   $ pip3 install "dask[dataframe]==2026.7.1"
   ```
   
   All examples in `pyarrow.md`, `pandas.md`, and `dask.md` were executed and 
the outputs were verified.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to