Update website documentation for groupBy and pivot#1800
Merged
Conversation
2fb8981 to
a607889
Compare
groupBygroupBy and pivot
a607889 to
729244f
Compare
Jolanrensen
requested changes
Apr 23, 2026
|
|
||
| <!---FUN groupByDirectAggregations--> | ||
| * [`medianBy`](median.md) / [`percentileBy`](percentile.md) – to get the row with the median or specific percentile value of the given `RowExpression` calculated on rows within each group. |
Collaborator
There was a problem hiding this comment.
the row closest to the estimated median/percentile index of the results of the RowExpressions to be exact XD Maybe there's a better way to phrase it ;P but I don't want to mislead either. Of course they can always get more information by reading the median/percentile docs
Collaborator
There was a problem hiding this comment.
they use QuantileEstimationMethod R3 to select the right row if you are curious :)
Collaborator
Author
There was a problem hiding this comment.
Is it fine now? Or is it better to formulate it differently?
729244f to
ee2c28b
Compare
Jolanrensen
approved these changes
Apr 30, 2026
AndreiKingsley
requested changes
May 5, 2026
Collaborator
AndreiKingsley
left a comment
There was a problem hiding this comment.
Great!
Requested some small changes, you can merge after fixing them.
zaleslaw
approved these changes
May 6, 2026
Collaborator
zaleslaw
left a comment
There was a problem hiding this comment.
Cool! Can't wait till site redeploy to see there
ee2c28b to
b7b8e5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1535