Skip to content

docs: add example for aggregating percentage changes in DataTable#3270

Closed
RamiNoodle733 wants to merge 1 commit intoevidence-dev:mainfrom
RamiNoodle733:docs/datatable-percentage-aggregation-example
Closed

docs: add example for aggregating percentage changes in DataTable#3270
RamiNoodle733 wants to merge 1 commit intoevidence-dev:mainfrom
RamiNoodle733:docs/datatable-percentage-aggregation-example

Conversation

@RamiNoodle733
Copy link
Copy Markdown

Description

Adds a new documentation section showing how to aggregate percentage changes (e.g., year-over-year growth) in DataTable total rows using weightedMean with a custom weight column.

Changes

  • Added new subsection "Aggregating Percentage Changes with Custom Weights" to the DataTable documentation
  • Includes SQL query example and DataTable code sample
  • Demonstrates proper use of totalAgg=weightedMean with weightCol for accurate aggregation of percentages

Fixes #2592

Adds a new documentation section showing how to use weightedMean
with a custom weight column to aggregate percentage changes
(e.g., year-over-year growth) in DataTable total rows.

Fixes #2592
@RamiNoodle733 RamiNoodle733 had a problem deploying to Approval required to run action on external PR February 6, 2026 07:49 — with GitHub Actions Failure
@RamiNoodle733 RamiNoodle733 closed this by deleting the head repository Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: Show example of how to aggregate percentage changes in DataTable

1 participant