Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add support for stddev and variance #670

Open
vi3k6i5 opened this issue Jun 29, 2021 · 0 comments
Open

[Docs] Add support for stddev and variance #670

vi3k6i5 opened this issue Jun 29, 2021 · 0 comments
Assignees
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.

Comments

@vi3k6i5
Copy link
Contributor

vi3k6i5 commented Jun 29, 2021

Spanner supports stddev() and variance() link,

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.

@vi3k6i5 vi3k6i5 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Jun 29, 2021
@vi3k6i5 vi3k6i5 self-assigned this Jun 29, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-django API. label Jun 29, 2021
@vi3k6i5 vi3k6i5 changed the title [Django] Add support for stddev and variance [Docs] Add support for stddev and variance Jun 29, 2021
@vi3k6i5 vi3k6i5 added the documentation Improvements or additions to documentation label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant