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

feat: Support standard deviation for column agg #964

Merged
merged 5 commits into from
Aug 31, 2023
Merged

Conversation

nehanene15
Copy link
Collaborator

@nehanene15 nehanene15 commented Aug 30, 2023

Closes Issue #963 by adding support for standard deviation for column aggregations.
For now, we only support the default sample standard deviation here: https://ibis-project.org/reference/expressions/numeric/#ibis.expr.types.numeric.NumericColumn.std

Also removed the test_schema_validation system test for BQ since it tests the same functionality as test_schema_validation_core_types.

This PR also includes a fix for TD CAST - previously we casted to the invalid 'NUMERIC' type, changed it to 'DECIMAL' in this PR. (Reference)

@nehanene15 nehanene15 requested a review from a team as a code owner August 30, 2023 20:07
@nehanene15
Copy link
Collaborator Author

nehanene15 commented Aug 30, 2023

/gcbrun

@helensilva14 helensilva14 added the priority: p0 Highest priority. Critical issue. Will be fixed prior to next release. label Aug 31, 2023
@nehanene15 nehanene15 merged commit bb81701 into develop Aug 31, 2023
5 checks passed
@nehanene15 nehanene15 deleted the issue963-stdev branch August 31, 2023 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p0 Highest priority. Critical issue. Will be fixed prior to next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add Standard Deviation to DVT column validations on numeric columns
3 participants