[Docs] Add support for stddev and variance #670
Labels
api: spanner
Issues related to the googleapis/python-spanner-django API.
documentation
Improvements or additions to documentation
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Spanner supports
stddev()
andvariance()
link,Django’s
Variance
andStdDev
database functions have 2 modes, one with full populationSTDDEV_POP
and another with samplesSTDDEV_SAMP
andVAR_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.
The text was updated successfully, but these errors were encountered: