VARIANCE_POP (Lakehouse v2)
Returns the population variance.
Analyze Syntax
Section titled “Analyze Syntax”func.variance_pop(get_column(table, 'score'))Analyze Examples
Section titled “Analyze Examples”func.variance_pop(get_column(table, 'score'))
┌────────┐│ 234.72 │└────────┘SQL Syntax
Section titled “SQL Syntax”VARIANCE_POP(<score>)SQL Examples
Section titled “SQL Examples”SELECT VARIANCE_POP(score) FROM test_results;
┌────────┐│ 234.72 │└────────┘