whylogs.experimental.constraints_generation.types_metrics
#
Module Contents#
Functions#
Generates constraints for the types metrics of a column. |
- whylogs.experimental.constraints_generation.types_metrics.generate_column_types_constraints(column_name: str, column_profile: whylogs.core.view.column_profile_view.ColumnProfileView) List[whylogs.core.constraints.metric_constraints.MetricConstraint] #
Generates constraints for the types metrics of a column. :param column_name: Name of the column :type column_name: str :param column_profile: Profile of the column :type column_profile: ColumnProfileView
- Parameters
column_name (str) –
column_profile (whylogs.core.view.column_profile_view.ColumnProfileView) –
- Return type
List[whylogs.core.constraints.metric_constraints.MetricConstraint]