Status |
Expectation |
Observed Value |
|
value types must belong to this set: DOUBLE_PRECISION DoubleType FLOAT FLOAT4 FLOAT8 FloatType NUMERIC float.
| float64 |
|
may have any number of unique values.
| 75 |
|
may have any fraction of unique values.
| ≈0.09920634921 |
|
values must not be null, at least 50 % of the time.
| ≈57.578% not null |
| | ≈57.578% unexpected |
|
minimum value may have any numerical value.
| 0.17 |
|
maximum value may have any numerical value.
| 71 |
|
mean may have any numerical value.
| ≈30.39798942 |
|
median may have any numerical value.
| 28 |
|
expect_column_quantile_values_to_be_between(**{
"column": "Age",
"quantile_ranges": {
"quantiles": [
0.05,
0.25,
0.5,
0.75,
0.95
],
"value_ranges": [
[
null,
null
],
[
null,
null
],
[
null,
null
],
[
null,
null
],
[
null,
null
]
]
},
"result_format": "SUMMARY"
})
| {'quantiles': [0.05, 0.25, 0.5, 0.75, 0.95], 'values': [6.0, 21.0, 28.0, 39.0, 57.0]} |
|
Column can match any distribution.
| |