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.