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.16.0/src/snowflake/snowpark/functions.py#L1095-L1109)¶
Returns an approximated value for the desired percentile. This function uses the t-Digest algorithm.
- Example::