googleapis / googleapis/google-cloud-python
[Docs] Add support for stddev and variance
Ouverte
api: spanner
priority: p3
type: feature request
- Langage dominant
- Python
- Étoiles
- 5.4k
- Forks
- 1.8k
- Merge moyen
- 3 j 4 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.