Bases: _Weakrefable
Statistics for a single column in a single row group.
Methods
Attributes
Legacy converted type (str or None).
Distinct number of values in chunk (int).
Return whether the two column statistics objects are equal.
Statistics
Statistics 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).
Get dictionary representation of statistics.
dict
Dictionary with a key for each attribute of this class.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4