[Python][Parquet] Expose whether a Parquet file has index pages and bloom filters
Open
Component: Parquet
Component: Python
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
Parquet C++ `ColumnChunkMetaData` exposes whether the Column Chunk has index pages and whether bloom filters are present on the file:
https://github.com/apache/arrow/blob/2fb2f79a18962875d7f6adc5115666fc0bfea342/cpp/src/parquet/metadata.h#L155-L169
It would be nice to be able to visualize those as part of PyArrow.
### Component(s)
Parquet, Python
Contributor guide
Assessment
This issue has not been assessed yet.