DataStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The data statistics of a series of values that share the same DataType.
Attributes
Name | Description |
float64_stats |
The statistics for FLOAT64 DataType. |
string_stats |
The statistics for STRING DataType. |
timestamp_stats |
The statistics for TIMESTAMP DataType. |
array_stats |
The statistics for ARRAY DataType. |
struct_stats |
The statistics for STRUCT DataType. |
category_stats |
The statistics for CATEGORY DataType. |
distinct_value_count |
int
The number of distinct values. |
null_value_count |
int
The number of values that are null. |
valid_value_count |
int
The number of values that are valid. |