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