great_expectations.expectations.metrics.column_aggregate_metrics.column_bootstrapped_ks_test_p_value
¶
Module Contents¶
Classes¶
MetricProvider Class for Aggregate Standard Deviation metric |
-
great_expectations.expectations.metrics.column_aggregate_metrics.column_bootstrapped_ks_test_p_value.
logger
¶
-
class
great_expectations.expectations.metrics.column_aggregate_metrics.column_bootstrapped_ks_test_p_value.
ColumnBootstrappedKSTestPValue
¶ -
MetricProvider Class for Aggregate Standard Deviation metric
-
metric_name
= column.bootstrapped_ks_test_p_value¶
-
value_keys
= ['partition_object', 'p', 'bootstrap_sample', 'bootstrap_sample_size']¶
-
_pandas
(cls, column, partition_object=None, p=0.05, bootstrap_samples=None, bootstrap_sample_size=None, **kwargs)¶
-