snowflake.snowpark.functions.approx_percentile¶
- snowflake.snowpark.functions.approx_percentile(col: Union[Column, str], percentile: float) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/functions.py#L1413-L1436)¶
Returns an approximated value for the desired percentile. This function uses the t-Digest algorithm.
- Example::