snowflake.snowpark.functions.dp_interval_low¶
- snowflake.snowpark.functions.dp_interval_low(aggregated_column: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the lower bound of the confidence interval for a differentially private aggregate. This function is used with differential privacy aggregation functions to provide statistical bounds on the results.
- Parameters:
aggregated_column (ColumnOrName) – The differentially private aggregate result.
- Returns:
The lower bound of the confidence interval.
- Return type:
Example: