googleapis / googleapis/google-cloud-python

[Docs] Add support for stddev and variance

Open
#15,944 1 comment 0 reactions 1 assignee Claimed by @vi3k6i5 View on GitHub
api: spanner priority: p3 type: feature request
Dominant language
Python
Stars
5.4k
Forks
1.8k
Avg merge
3d 4h
Merged PRs (30d)
122

Description

Spanner supports `stddev()` and `variance()` [link](https://cloud.google.com/spanner/docs/statistical_aggregate_functions),

Django’s `Variance` and `StdDev` database functions have 2 modes, one with full population `STDDEV_POP` and another with samples `STDDEV_SAMP` and `VAR_SAMP`. Since spanner currently only supports these database functions with samples, we need to clarify the same with documentation.

The django client already support the same.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.