snowflake.snowpark.functions.approx_percentile¶
- snowflake.snowpark.functions.approx_percentile(col: ColumnOrName, percentile: float) Column [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L859-L862)¶
Returns an approximated value for the desired percentile. This function uses the t-Digest algorithm.