commit | 9abec7ec2bbe73529b7bc58934a4097760edb92c | [log] [tgz] |
---|---|---|
author | Fokko Driesprong <fokko@apache.org> | Sun Jul 06 22:08:22 2025 +0200 |
committer | GitHub <noreply@github.com> | Sun Jul 06 13:08:22 2025 -0700 |
tree | cbdaffb5d5f273b76020590cd42f5169ec83ac30 | |
parent | 2127a32b3e2cec25fb964d649df5266e40ff0395 [diff] |
Docs: Condens Python API docs (#2139) I noticed that the docs needed some TLC. - Collapsed some lines to make it more compact. - Avoid imports where possible (eg transforms). - Update docs. - Add an example of the `to_arrow_batch_reader` earlier in the docs. <!-- 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 #${GITHUB_ISSUE_ID} --> # Rationale for this change # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. --> --------- Co-authored-by: Jayce Slesar <47452474+jayceslesar@users.noreply.github.com>
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/.