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