You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.functions.approx_percentile¶

snowflake.snowpark.functions.approx_percentile(col: ColumnOrName, percentile: float) → Column[source]¶

Returns an approximated value for the desired percentile. This function uses the t-Digest algorithm.