googleapis / googleapis/google-cloud-python

[Docs] Add support for stddev and variance

Abierto
#15,944 1 comentario 0 reacciones 1 asignado Reclamado por @vi3k6i5 Ver en GitHub
api: spanner priority: p3 type: feature request
Lenguaje dominante
Python
Estrellas
5.4k
Forks
1.8k
Merge medio
3 d 4 h
PR fusionados (30 d)
122

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.