googleapis / googleapis/google-cloud-python

[Docs] Add support for stddev and variance

Aberta
#15,944 1 comentário 0 reações 1 responsável Reivindicada por @vi3k6i5 Ver no GitHub
api: spanner priority: p3 type: feature request
Linguagem predominante
Python
Estrelas
5.4k
Forks
1.8k
Merge médio
2d 23h
PRs com merge (30d)
123

Descrição

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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.