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