-
Notifications
You must be signed in to change notification settings - Fork 493
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
multi-dimensional aggregation + aggregation functions for community sizes etc. #2182
Labels
Comments
RobertoSannino
pushed a commit
that referenced
this issue
Apr 17, 2024
vga91
added a commit
that referenced
this issue
May 2, 2024
vga91
added a commit
that referenced
this issue
May 2, 2024
RobertoSannino
pushed a commit
that referenced
this issue
May 15, 2024
github-project-automation
bot
moved this from Blocked
to Done (to cherry-pick)
in APOC Extended Larus
Jun 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a property you want to have more than one statistic:
size, count, avg, median, ...
which is probably already covered by
apoc.agg.stats()
but then, how about multi-dimensional aggregation.
e.g.
apoc.agg.multiStats([key1,key2,key3]) -> Map<Key,Map<agg="sum,count,avg", number>>
e.g.
see
https://community.neo4j.com/t/listing-the-community-size-of-different-community-detection-algorithms-already-calculated/42895/2?u=michael.hunger
The text was updated successfully, but these errors were encountered: