| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../api/../generated/pyarrow.parquet.Statistics.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
Statistics for a single column in a single row group.
Methods
|
|
|
Return whether the two column statistics objects are equal. |
|
Get dictionary representation of statistics. |
Attributes
Legacy converted type (str or None). |
|
Distinct number of values in chunk (int). |
|
Whether distinct count is preset (bool). |
|
Whether min and max are present (bool). |
|
Whether null count is present (bool). |
|
Logical type of column ( |
|
Max value as logical type. |
|
Max value as physical type (bool, int, float, or bytes). |
|
Min value as logical type. |
|
Min value as physical type (bool, int, float, or bytes). |
|
Number of null values in chunk (int). |
|
Number of non-null values (int). |
|
Physical type of column (str). |
Legacy converted type (str or None).
Distinct number of values in chunk (int).
Return whether the two column statistics objects are equal.
StatisticsStatistics to compare against.
Whether distinct count is preset (bool).
Whether min and max are present (bool).
Whether null count is present (bool).
Logical type of column (ParquetLogicalType).
Max value as logical type.
Returned as the Python equivalent of logical type, such as datetime.date for dates and decimal.Decimal for decimals.
Max value as physical type (bool, int, float, or bytes).
Min value as logical type.
Returned as the Python equivalent of logical type, such as datetime.date for dates and decimal.Decimal for decimals.
Min value as physical type (bool, int, float, or bytes).
Number of null values in chunk (int).
Number of non-null values (int).
Physical type of column (str).
StatisticsStatistics.__init__()Statistics.converted_typeStatistics.distinct_countStatistics.equals()Statistics.has_distinct_countStatistics.has_min_maxStatistics.has_null_countStatistics.logical_typeStatistics.maxStatistics.max_rawStatistics.minStatistics.min_rawStatistics.null_countStatistics.num_valuesStatistics.physical_typeStatistics.to_dict()
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |