perspective icon indicating copy to clipboard operation
perspective copied to clipboard

Aggregation documentation

Open TimeWanderer opened this issue 4 years ago • 2 comments

Support Question

Some of the aggregation names are very obscure. Is it possible to add documentation that explains them? Even one sentence per aggregation would do wonders. I know documentation is currently being improved gradually, but this seems to be one area that is left untouched.

TimeWanderer avatar Feb 27 '20 09:02 TimeWanderer

Hey :) I would love to contribute to the documentation for perspective. Is the issue still up (and no one is already on it already) can I take this up?

MisterAwesome23 avatar Apr 27 '20 22:04 MisterAwesome23

No one has volunteered! We track what we're currently working on on Projects, and Issues via the Assignees panel (on your right sidebar in current Github layout).

Markdown changes to the documentation should be pretty straightforward. I think the best place to add these would either be a new top-level page aggregations.md, which we can add to the API section of the documentation. You can take a look at the existing docs pages and copy the template.

It would be nice to also document these in the code somewhere, though this is a more complex project (the enums are only defined currently in C++). This would ultimately just involve copy/pasting the prose descriptions into the code in tandem with doc generator support for where-ever we put it, regardless.

texodus avatar May 21 '20 17:05 texodus

I wanna work on this issue. Can you assign me?

rkrahulmishra887 avatar Jun 05 '20 10:06 rkrahulmishra887

@texodus can you please give some examples of aggregation names in the documentation. I am not exactly getting what we are expecting out of this issue?

Aniket21mathur avatar Jun 16 '20 18:06 Aniket21mathur

I would also find this very helpful. Have been trying to read the code to figure out what aggregations like "any" or "count" mean exactly (e.g. how do they treat missing values?). A one sentence description of each agg function in the docs somewhere would be great!

holdenmatt avatar Mar 10 '21 18:03 holdenmatt

Cleaning up per contributing guidelines.

texodus avatar Oct 08 '23 16:10 texodus