| commit | 950fc7131b8e597f73647c6ff2bd78d0b24102ad | [log] [tgz] |
|---|---|---|
| author | Kristofer Gaudel <68076186+kris-gaudel@users.noreply.github.com> | Wed Aug 20 17:41:08 2025 -0400 |
| committer | GitHub <noreply@github.com> | Wed Aug 20 23:41:08 2025 +0200 |
| tree | 101a04552f503b78bd192a75800edacc28ce0a7d | |
| parent | 5a781df5ac02575745c2dad45496db897372e32f [diff] |
Document null field handling for PyArrow (#2365)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${2119} -->
Closes #2119
# Rationale for this change
Documentation for handling of null field for PyArrow
# Are these changes tested?
NA
# Are there any user-facing changes?
NA
<!-- In the case of user-facing changes, please add the changelog label.
-->PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.