> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VarianceP

Returns the population variance of values in the specified column

**Category:** `aggregate`

**Syntax:**

```
VarianceP([column])
```

**Returns:** `Float`

**Context Filtering:** ✗ No

## Parameters

| Name     | Type     | Required | Description                                         |
| -------- | -------- | -------- | --------------------------------------------------- |
| `column` | `column` | ✓ Yes    | The numeric column to calculate population variance |

**Allowed Column Types for `column`:** INT, FLOAT, DECIMAL

## Validation

* Minimum parameters: 1
* Maximum parameters: 1

## Examples

```
VarianceP([Score])
```

Returns the population variance of scores
