This is an automated email from the ASF dual-hosted git repository.
alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new c3c56e156b GH-47989: [Python][Docs] Add filters_to_expression to
Parquet API reference (#48233)
c3c56e156b is described below
commit c3c56e156b0c40195e31c308ec78094ba53c1416
Author: Mo.Aamir Hokabaj <[email protected]>
AuthorDate: Fri Nov 28 13:32:20 2025 +0530
GH-47989: [Python][Docs] Add filters_to_expression to Parquet API reference
(#48233)
Fixes #47989
Adds `filters_to_expression` to the Parquet autosummary section in
`formats.rst`.
Documentation-only change.
* GitHub Issue: #47989
Authored-by: Mo.Aamir Hokabaj <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
---
docs/source/python/api/formats.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/python/api/formats.rst
b/docs/source/python/api/formats.rst
index a4cf3bbcdd..a4f02084c4 100644
--- a/docs/source/python/api/formats.rst
+++ b/docs/source/python/api/formats.rst
@@ -82,6 +82,7 @@ Parquet Files
ParquetDataset
ParquetFile
ParquetWriter
+ filters_to_expression
read_table
read_metadata
read_pandas